Skip to content

Commit d63cb79

Browse files
rluboscarlescufi
authored andcommitted
tests: net: socket: Increase ztest stack size for offload_dispatcher
The test suite is failing on qemu_cotext_a9 due to stack overflow. Apparently this issue can also be observed on main after enabling STACK_SENTINEL, however the test only started crashing after TCP changes. Signed-off-by: Robert Lubos <[email protected]>
1 parent 78e8e0d commit d63cb79

File tree

1 file changed

+1
-0
lines changed
  • tests/net/socket/offload_dispatcher

1 file changed

+1
-0
lines changed

tests/net/socket/offload_dispatcher/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CONFIG_NET_TEST=y
22
CONFIG_ZTEST=y
3+
CONFIG_ZTEST_STACK_SIZE=2048
34

45
# Networking config
56
CONFIG_NETWORKING=y

0 commit comments

Comments
 (0)