Skip to content

Commit

Permalink
Merge pull request #813 from alfred-bratterud/master
Browse files Browse the repository at this point in the history
Alfreds Master to dev
  • Loading branch information
alfreb authored Sep 5, 2016
2 parents 83c7f9b + 1870f9c commit 8dfa8b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/net/integration/dhcp/service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ using namespace net;

void Service::start(const std::string&)
{
net::Inet4::ifconfig<0>(5.0, [](bool timeout) {
net::Inet4::ifconfig<0>(10.0, [](bool timeout) {
if (timeout)
panic("DHCP timed out");

Expand Down
Binary file removed test/net/integration/dhcp/test_dhcp
Binary file not shown.

0 comments on commit 8dfa8b6

Please sign in to comment.