Skip to content

Commit d07e3e7

Browse files
Veijo Pesonenadbridge
authored andcommitted
Increases stack size for threads used in gt netsocket tcp test cases
Stack size is insufficient for debug profile Stack size is insufficient for NUCLEO_F401RE+IDW01M1 Please see ARMmbed/wifi-x-nucleo-idw01m1#17
1 parent 0531c6d commit d07e3e7

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
@@ -31,7 +31,7 @@ int split2half_rmng_tcp_test_time(); // [s]
3131

3232
namespace tcp_global {
3333
static const int TESTS_TIMEOUT = 960;
34-
static const int TCP_OS_STACK_SIZE = 1024;
34+
static const int TCP_OS_STACK_SIZE = 2048;
3535

3636
static const int RX_BUFF_SIZE = 1220;
3737
static const int TX_BUFF_SIZE = 1220;

0 commit comments

Comments
 (0)