Skip to content

Commit fe78f4d

Browse files
jukkarcfriedt
authored andcommitted
tests: posix: xsi_realtime: Set enough file descriptors
Earlier fix in commit bfd033d caused the Posix xsi_realtime test to fail. Set minimum amount of file descriptors in the test to pass the build assert. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 79a0dad commit fe78f4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/posix/xsi_realtime/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ CONFIG_ZTEST_STACK_SIZE=2048
1313
CONFIG_DYNAMIC_THREAD=y
1414
CONFIG_THREAD_STACK_INFO=y
1515
CONFIG_DYNAMIC_THREAD_POOL_SIZE=6
16+
17+
CONFIG_ZVFS_OPEN_IGNORE_MIN=y
18+
CONFIG_ZVFS_OPEN_MAX=5

0 commit comments

Comments
 (0)