Skip to content

Commit

Permalink
tests: net: dns_addremove: increase main stack size
Browse files Browse the repository at this point in the history
We need to increase the stack size of the main thread, to
avoid stack overflow, when executing the tests on various
platforms.

Signed-off-by: Ioannis Glaropoulos <[email protected]>
  • Loading branch information
ioannisg committed Aug 27, 2019
1 parent 002c48e commit 571b42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/net/lib/dns_addremove/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ CONFIG_NET_IPV6=y
CONFIG_NET_ARP=n
CONFIG_PRINTK=y
CONFIG_ZTEST=y
CONFIG_MAIN_STACK_SIZE=1024

0 comments on commit 571b42e

Please sign in to comment.