tests: net: conn_mgr_monitor: increase stack size

Fixes the broken conn_mgr_monitor test.

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
This commit is contained in:
Florian Grandel 2023-09-05 22:54:50 +02:00 committed by Carles Cufí
commit fa4f15a7d5

View file

@ -23,6 +23,7 @@ CONFIG_ZTEST_NEW_API=y
CONFIG_NET_IF_MAX_IPV4_COUNT=6
CONFIG_NET_IF_MAX_IPV6_COUNT=6
CONFIG_TEST_USERSPACE=y
CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024
# Enable for help debugging this test suite:
# CONFIG_NET_LOG=y