Skip to content

Commit 9003d6c

Browse files
pabigotMaureenHelm
authored andcommitted
tests: arch: arm: increase main stack size for no-opt interrupt test
Tests fail with the default 512 byte main stack size. Increase it just as the idle stack size has been increased over default. Closes #20202 Signed-off-by: Peter Bigot <[email protected]>
1 parent 4592be1 commit 9003d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/arch/arm/arm_interrupt/testcase.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ tests:
1010
extra_configs:
1111
- CONFIG_NO_OPTIMIZATIONS=y
1212
- CONFIG_IDLE_STACK_SIZE=512
13+
- CONFIG_MAIN_STACK_SIZE=1024

0 commit comments

Comments
 (0)