Skip to content

Commit 58346d5

Browse files
committed
test: increased dhcp timeout for dhcp test. Some times necessary when running tests in parallell
1 parent d8efb17 commit 58346d5

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)