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:
Seppo Takalo 2024-01-18 11:53:14 +02:00 committed by Alberto Escolar
commit a1d33f62ff
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
CONFIG_TEST_EXTRA_STACK_SIZE=1024

View file

@ -1,3 +1,3 @@
CONFIG_ZTEST=y
CONFIG_ZTEST_STACK_SIZE=4096
CONFIG_ZTEST_STACK_SIZE=5120
CONFIG_MP_MAX_NUM_CPUS=1