tests: net: lwm2m_engine: workaround stack overflow on qemu_x86
When running on qemu_x86, the test test_socket_state failed on stack overflow. Setting CONFIG_TEST_EXTRA_STACK_SIZE to 1024 seems to fix the issue. So add a board specific config for qemu_x86 so this test would pass. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
23b3e5741e
commit
78790a85aa
1 changed files with 1 additions and 0 deletions
1
tests/net/lib/lwm2m/lwm2m_engine/boards/qemu_x86.conf
Normal file
1
tests/net/lib/lwm2m/lwm2m_engine/boards/qemu_x86.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_TEST_EXTRA_STACK_SIZE=1024
|
Loading…
Add table
Add a link
Reference in a new issue