We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c7f9b + 1870f9c commit 8dfa8b6Copy full SHA for 8dfa8b6
2 files changed
test/net/integration/dhcp/service.cpp
@@ -25,7 +25,7 @@ using namespace net;
25
26
void Service::start(const std::string&)
27
{
28
- net::Inet4::ifconfig<0>(5.0, [](bool timeout) {
+ net::Inet4::ifconfig<0>(10.0, [](bool timeout) {
29
if (timeout)
30
panic("DHCP timed out");
31
test/net/integration/dhcp/test_dhcp
-1.35 MB
0 commit comments