Skip to content

Commit 88eea6a

Browse files
author
Veijo Pesonen
committed
Testing with ESP8266's AT firmware v1.7 takes more time
1 parent 24905f5 commit 88eea6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/netsocket/tcp/tcp_tests.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nsapi_error_t tcpsocket_connect_to_discard_srv(TCPSocket &sock);
3030
int split2half_rmng_tcp_test_time(); // [s]
3131

3232
namespace tcp_global {
33-
static const int TESTS_TIMEOUT = 480;
33+
static const int TESTS_TIMEOUT = 960;
3434
static const int TCP_OS_STACK_SIZE = 1024;
3535

3636
static const int RX_BUFF_SIZE = 1220;

0 commit comments

Comments
 (0)