Skip to content

Commit

Permalink
tests: posix: fs: increase ztest stack size from 1k to 2k
Browse files Browse the repository at this point in the history
The default stack size was causing qemu_arc/qemu_arc_em and
qemu_arc/qemu_arc_hs to fail when a dirent object was
stack-allocated.

Increase the default stack size to accomodate for additional
usage.

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
cfriedt authored and kartben committed Jan 2, 2025
1 parent 00a8818 commit fc860e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/posix/fs/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ CONFIG_POSIX_API=y
CONFIG_POSIX_FILE_SYSTEM=y
CONFIG_ZTEST=y
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_ZTEST_STACK_SIZE=2048
CONFIG_EVENTFD=n

0 comments on commit fc860e1

Please sign in to comment.