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:
Tomi Fontanilles 2025-03-03 14:04:23 +02:00 committed by Benjamin Cabé
commit f50c3d9d26

View file

@ -1,4 +1,4 @@
CONFIG_ZTEST_STACK_SIZE=3072
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_ZTEST_STACK_SIZE=4096
CONFIG_MAIN_STACK_SIZE=3072
CONFIG_SECURE_STORAGE=y