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:
parent
0268b9358f
commit
48230f21c9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue