Commit 8e6077e3 authored by Jukka Rissanen's avatar Jukka Rissanen Committed by Benjamin Cabé
Browse files

tests: net: dns_cache: Increase ztest thread stack size



Make sure that the DNS cache tests have enough stack size for
each ztest thread so increase the stack to 1280 bytes.

Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@nordicsemi.no>
parent e80ea109
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ CONFIG_DNS_RESOLVER_CACHE=y

CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_ZTEST_STACK_SIZE=1280