Skip to content

Commit fc860e1

Browse files
cfriedtkartben
authored andcommitted
tests: posix: fs: increase ztest stack size from 1k to 2k
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]>
1 parent 00a8818 commit fc860e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/posix/fs/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ CONFIG_POSIX_API=y
55
CONFIG_POSIX_FILE_SYSTEM=y
66
CONFIG_ZTEST=y
77
CONFIG_MAIN_STACK_SIZE=4096
8+
CONFIG_ZTEST_STACK_SIZE=2048
89
CONFIG_EVENTFD=n

0 commit comments

Comments
 (0)