mirror of https://github.com/ARMmbed/mbed-os.git
Testing with ESP8266's AT firmware v1.7 takes more time
parent
24905f5b50
commit
88eea6a390
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue