Skip to content

Commit

Permalink
tests: net: poll: Increase ztest thread stack size
Browse files Browse the repository at this point in the history
The socket poll test was running out of ztest stack so increase
it by 256 bytes.

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar committed Apr 27, 2021
1 parent bd03493 commit 91ff305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/net/socket/poll/prj.conf
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::1"
CONFIG_NET_CONFIG_NEED_IPV6=y

CONFIG_MAIN_STACK_SIZE=2048
CONFIG_ZTEST_STACKSIZE=1280

CONFIG_ZTEST=y

0 comments on commit 91ff305

Please sign in to comment.