Skip to content

Commit 207a2bb

Browse files
tomi-fontnordicjm
authored andcommitted
[nrf fromtree] 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 <[email protected]> (cherry picked from commit f50c3d9) Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 3fccf78 commit 207a2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_ZTEST_STACK_SIZE=3072
2-
CONFIG_MAIN_STACK_SIZE=2048
1+
CONFIG_ZTEST_STACK_SIZE=4096
2+
CONFIG_MAIN_STACK_SIZE=3072
33

44
CONFIG_SECURE_STORAGE=y

0 commit comments

Comments
 (0)