threads test: increase threads heap size

pull/5360/head
Maciej Bocianski 2017-11-22 12:54:43 +01:00
parent d231837b48
commit bc99556151
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
#endif
#define THREAD_STACK_SIZE 512
#define PARALLEL_THREAD_STACK_SIZE 256
#define CHILD_THREAD_STACK_SIZE 192
#define PARALLEL_THREAD_STACK_SIZE 384
#define CHILD_THREAD_STACK_SIZE 384
using namespace utest::v1;