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:
Jukka Rissanen 2021-01-15 10:20:31 +02:00 committed by Anas Nashif
parent 173b192602
commit ebd077b258

View file

@ -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