tests: uoscore: increase main stack
Increase main stack size to 4096. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7b2ccf4dfe
commit
b7182cf082
|
@ -1,5 +1,6 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_STACK_SIZE=16384
|
||||
CONFIG_MAIN_STACK_SIZE=4096
|
||||
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
|
|
Loading…
Reference in New Issue