Skip to content

Commit 27c63d3

Browse files
committed
[nrf fromlist] 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]> Upstream PR #: 85735 (cherry picked from commit abc9cb2710efaf5548d95c8bdc0da274fb90892a) Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 2f077a3 commit 27c63d3

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)