Commit 48230f21 authored by Robert Lubos's avatar Robert Lubos Committed by Anas Nashif
Browse files

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: default avatarRobert Lubos <robert.lubos@nordicsemi.no>
parent 0268b935
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ CONFIG_DNS_SERVER1="[::1]:15353"
CONFIG_DNS_SERVER2="127.0.0.1:15353"

CONFIG_MAIN_STACK_SIZE=2048
CONFIG_ZTEST_STACK_SIZE=2048
CONFIG_ZTEST=y

# User mode requirements