Skip to content

Commit

Permalink
tests: net: socket: tcp: Increase system workqueue stack size
Browse files Browse the repository at this point in the history
The tests overflowed system workqueue stack slightly when running on
nRF52840, increase the stack size globally for the tests to avoid
potential issues on other platforms as well.

Signed-off-by: Robert Lubos <[email protected]>
  • Loading branch information
rlubos authored and fabiobaltieri committed Dec 11, 2024
1 parent 520dd31 commit 55ea932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/net/socket/tcp/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CONFIG_NET_LOOPBACK_SIMULATE_PACKET_DROP=y
CONFIG_TEST_RANDOM_GENERATOR=y

CONFIG_MAIN_STACK_SIZE=2048
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_TEST_USERSPACE=y

# Allow tapping into the number of transmitted packets
Expand Down

0 comments on commit 55ea932

Please sign in to comment.