tests: secure_storage: its: increase stack sizes
Some implementations require more stack than others. Increase the Ztest and main stack sizes to accommodate them. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
parent
8627250d3c
commit
f50c3d9d26
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
CONFIG_ZTEST_STACK_SIZE=3072
|
CONFIG_ZTEST_STACK_SIZE=4096
|
||||||
CONFIG_MAIN_STACK_SIZE=2048
|
CONFIG_MAIN_STACK_SIZE=3072
|
||||||
|
|
||||||
CONFIG_SECURE_STORAGE=y
|
CONFIG_SECURE_STORAGE=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue