Skip to content

Commit

Permalink
tests: net: lwm2m_engine: workaround stack overflow on qemu_x86
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dcpleung authored and nashif committed Jan 10, 2024
1 parent 23b3e57 commit 78790a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/net/lib/lwm2m/lwm2m_engine/boards/qemu_x86.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_TEST_EXTRA_STACK_SIZE=1024

0 comments on commit 78790a8

Please sign in to comment.