tests: net: af_packet: Increase main stack size
The main stack size is too small by default in many boards. Increase the size to 1024 bytes which works fine with sam_e70_xplained board. Fixes #31343 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
173b192602
commit
ebd077b258
|
@ -27,3 +27,5 @@ CONFIG_NET_LOG=y
|
|||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_NET_MAX_CONTEXTS=8
|
||||
CONFIG_NET_MAX_CONN=8
|
||||
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
|
|
Loading…
Reference in a new issue