tests/settings/file: increase main stack size
Increase ZTEST and MAIN stack to 4k. Fixes #57324 Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
00d4661273
commit
5f31c15b1d
|
@ -6,8 +6,8 @@ CONFIG_FLASH=y
|
|||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
|
||||
CONFIG_ZTEST_STACK_SIZE=2048
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_ZTEST_STACK_SIZE=4096
|
||||
CONFIG_MAIN_STACK_SIZE=4096
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=1024
|
||||
|
||||
CONFIG_FILE_SYSTEM=y
|
||||
|
|
Loading…
Reference in a new issue