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 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
CONFIG_ZTEST=y
|
CONFIG_ZTEST=y
|
||||||
CONFIG_ZTEST_STACK_SIZE=16384
|
CONFIG_ZTEST_STACK_SIZE=16384
|
||||||
|
CONFIG_MAIN_STACK_SIZE=4096
|
||||||
|
|
||||||
CONFIG_ENTROPY_GENERATOR=y
|
CONFIG_ENTROPY_GENERATOR=y
|
||||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue