|
@@ -1328,7 +1328,7 @@ TEST_F(CtrlChannelDhcpv4SrvTest, longResponse) {
|
|
while (response.tellp() < long_response_size) {
|
|
while (response.tellp() < long_response_size) {
|
|
std::string partial;
|
|
std::string partial;
|
|
const unsigned int timeout = 5;
|
|
const unsigned int timeout = 5;
|
|
- ASSERT_TRUE(client->getResponse(partial, 5));
|
|
|
|
|
|
+ ASSERT_TRUE(client->getResponse(partial, timeout));
|
|
response << partial;
|
|
response << partial;
|
|
}
|
|
}
|
|
|
|
|