Cellular: Greentea test timeouts increased

pull/6496/head
Ari Parkkila 2018-03-28 12:34:42 +03:00 committed by Teppo Järvelin
parent dcdb7a5da2
commit d828959b87
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#include "CellularLog.h" #include "CellularLog.h"
#define NETWORK_TIMEOUT (180*1000) #define NETWORK_TIMEOUT (180*1000)
#define SOCKET_TIMEOUT (5*1000) #define SOCKET_TIMEOUT (30*1000)
#define SOCKET_COUNT_MAX 4 #define SOCKET_COUNT_MAX 4
#define ECHO_SERVER_NAME "echo.mbedcloudtesting.com" #define ECHO_SERVER_NAME "echo.mbedcloudtesting.com"