Skip to content

Commit 8dfa8b6

Browse files
authored
Merge pull request #813 from alfred-bratterud/master
Alfreds Master to dev
2 parents 83c7f9b + 1870f9c commit 8dfa8b6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

test/net/integration/dhcp/service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ using namespace net;
2525

2626
void Service::start(const std::string&)
2727
{
28-
net::Inet4::ifconfig<0>(5.0, [](bool timeout) {
28+
net::Inet4::ifconfig<0>(10.0, [](bool timeout) {
2929
if (timeout)
3030
panic("DHCP timed out");
3131

-1.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)