Testing with ESP8266's AT firmware v1.7 takes more time

pull/8132/head
Veijo Pesonen 2018-09-14 12:07:19 +03:00
parent 24905f5b50
commit 88eea6a390
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ nsapi_error_t tcpsocket_connect_to_discard_srv(TCPSocket &sock);
int split2half_rmng_tcp_test_time(); // [s]
namespace tcp_global {
static const int TESTS_TIMEOUT = 480;
static const int TESTS_TIMEOUT = 960;
static const int TCP_OS_STACK_SIZE = 1024;
static const int RX_BUFF_SIZE = 1220;