Skip to content

Commit

Permalink
[nrf fromtree] tests/flash/common: Increase ztest stack size
Browse files Browse the repository at this point in the history
The commit sets CONFIG_ZTEST_STACK_SIZE to 4096.

Fixes #79801

Signed-off-by: Dominik Ermel <[email protected]>
(cherry picked from commit 3e8ea52)
  • Loading branch information
de-nordic authored and jukkar committed Dec 16, 2024
1 parent 923f090 commit 10af487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/drivers/flash/common/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ CONFIG_ZTEST=y
CONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_ZTEST_STACK_SIZE=4096

0 comments on commit 10af487

Please sign in to comment.