mirror of https://github.com/ARMmbed/mbed-os.git
threads test: increase threads heap size
parent
d231837b48
commit
bc99556151
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue