Skip to content

Commit da74ae8

Browse files
ananglkartben
authored andcommitted
tests: arch: arm_interrupt: Fix stack overflows in .no_optimizations
With e337b7b, the test started to fail with stack overflows in the no_optimizations scenario, so give the ztest thread a little more space. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
1 parent 3ce2ef7 commit da74ae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/arch/arm/arm_interrupt/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ tests:
1616
- CONFIG_ZTEST_WARN_NO_OPTIMIZATIONS=n
1717
- CONFIG_IDLE_STACK_SIZE=512
1818
- CONFIG_MAIN_STACK_SIZE=2048
19+
- CONFIG_ZTEST_STACK_SIZE=1280
1920
arch.arm.interrupt.extra_exception_info:
2021
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
2122
extra_configs:

0 commit comments

Comments
 (0)