Skip to content

Commit 11baa9d

Browse files
committed
Merge pull request #144 from devran01/master
Incrase netif_up semaphore timeout from 1500ms to 2500ms
2 parents b5423c8 + 506d63e commit 11baa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/LWIPInterface/LWIPInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ int LWIPInterface::connect()
105105

106106
// Wait for an IP Address
107107
// -1: error, 0: timeout
108-
if (netif_up.wait(1500) < 0) {
108+
if (netif_up.wait(2500) < 0) {
109109
return NSAPI_ERROR_DHCP_FAILURE;
110110
}
111111

0 commit comments

Comments
 (0)