Skip to content

Commit bc99556

Browse files
threads test: increase threads heap size
1 parent d231837 commit bc99556

File tree

1 file changed

+2
-2
lines changed
  • TESTS/mbedmicro-rtos-mbed/threads

1 file changed

+2
-2
lines changed

TESTS/mbedmicro-rtos-mbed/threads/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#endif
2727

2828
#define THREAD_STACK_SIZE 512
29-
#define PARALLEL_THREAD_STACK_SIZE 256
30-
#define CHILD_THREAD_STACK_SIZE 192
29+
#define PARALLEL_THREAD_STACK_SIZE 384
30+
#define CHILD_THREAD_STACK_SIZE 384
3131

3232
using namespace utest::v1;
3333

0 commit comments

Comments
 (0)