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 <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
4592be1664
commit
9003d6c3a3
1 changed files with 1 additions and 0 deletions
|
@ -10,3 +10,4 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_NO_OPTIMIZATIONS=y
|
||||
- CONFIG_IDLE_STACK_SIZE=512
|
||||
- CONFIG_MAIN_STACK_SIZE=1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue