diff --git a/net/LWIPInterface/LWIPInterface.cpp b/net/LWIPInterface/LWIPInterface.cpp index 9f13b5ccd5..94e72ece7c 100644 --- a/net/LWIPInterface/LWIPInterface.cpp +++ b/net/LWIPInterface/LWIPInterface.cpp @@ -105,7 +105,7 @@ int LWIPInterface::connect() // Wait for an IP Address // -1: error, 0: timeout - if (netif_up.wait(1500) < 0) { + if (netif_up.wait(2500) < 0) { return NSAPI_ERROR_DHCP_FAILURE; }