tests: net: lwm2m: Increase stack on all, not just X86
Increase stack size on all test platforms, not just qemu_x86. Stack overflow was seen on HW tests as well, so it might happen on many platforms. Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
This commit is contained in:
parent
3f4cb96f80
commit
a1d33f62ff
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
CONFIG_TEST_EXTRA_STACK_SIZE=1024
|
|
@ -1,3 +1,3 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_STACK_SIZE=4096
|
||||
CONFIG_ZTEST_STACK_SIZE=5120
|
||||
CONFIG_MP_MAX_NUM_CPUS=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue