ublox-at-cellular-interface-ext

Dependencies:   ublox-at-cellular-interface

Revision:
19:ee06f3b2b078
Parent:
18:071ae6c6e581
Child:
20:737d307fd4d6
--- a/TESTS/unit_tests/http/main.cpp	Wed Jan 30 16:44:51 2019 +0500
+++ b/TESTS/unit_tests/http/main.cpp	Thu Jan 31 18:14:52 2019 +0500
@@ -54,7 +54,11 @@
 #endif
 
 // The time to wait for a HTTP command to complete
-#define HTTP_TIMEOUT  20000
+#ifndef MBED_CONF_APP_HTTP_TIMEOUT
+#define HTTP_TIMEOUT  10000
+#else
+#define HTTP_TIMEOUT  MBED_CONF_APP_HTTP_TIMEOUT
+#endif
 
 // The HTTP echo server, as described in the
 // first answer here: