Skip to content

Commit cf71de4

Browse files
povergoingcarlescufi
authored andcommitted
tests: posix: Fix the testcases by increasing the stack size
Fix the testcases failures by increasing the stack size. Signed-off-by: Jaxson Han <[email protected]>
1 parent 15b0038 commit cf71de4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/posix/common/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ CONFIG_POSIX_MQUEUE=y
88
CONFIG_HEAP_MEM_POOL_SIZE=4096
99
CONFIG_MAX_THREAD_BYTES=4
1010
CONFIG_THREAD_NAME=y
11+
CONFIG_MAIN_STACK_SIZE=2048

tests/posix/common/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ tests:
4141
extra_configs:
4242
- CONFIG_NEWLIB_LIBC=n
4343
- CONFIG_THREAD_LOCAL_STORAGE=y
44-
- CONFIG_MAIN_STACK_SIZE=1152
4544
integration_platforms:
4645
- qemu_x86
4746
portability.posix.common.tls.newlib:
@@ -56,7 +55,6 @@ tests:
5655
extra_configs:
5756
- CONFIG_NEWLIB_LIBC=y
5857
- CONFIG_THREAD_LOCAL_STORAGE=y
59-
- CONFIG_MAIN_STACK_SIZE=1152
6058
portability.posix.common.nsim:
6159
platform_allow: nsim_sem_mpu_stack_guard
6260
extra_configs:

0 commit comments

Comments
 (0)