tests: net: socket: getaddrinfo: Increase ztest stack size

The ztest stack was to low to execute tests on some platforms (spotted
on nrf52840dk/nrf52840), hence increase it.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2024-05-22 11:59:17 +02:00 committed by Anas Nashif
commit 48230f21c9

View file

@ -23,6 +23,7 @@ CONFIG_DNS_SERVER1="[::1]:15353"
CONFIG_DNS_SERVER2="127.0.0.1:15353" CONFIG_DNS_SERVER2="127.0.0.1:15353"
CONFIG_MAIN_STACK_SIZE=2048 CONFIG_MAIN_STACK_SIZE=2048
CONFIG_ZTEST_STACK_SIZE=2048
CONFIG_ZTEST=y CONFIG_ZTEST=y
# User mode requirements # User mode requirements