tests: net: increase stack size

fixes issues with tests/net when code coverage is enabled in qemu_x86

Signed-off-by: Cami Carballo <cami.carballo@intel.com>
This commit is contained in:
Cami Carballo 2019-07-26 10:59:16 -04:00 committed by Andrew Boie
commit 7b3cd7d371
3 changed files with 2 additions and 2 deletions

View file

@ -14,6 +14,7 @@ config ZTEST
config ZTEST_STACKSIZE
int "Test function thread stack size"
depends on ZTEST
default 2048 if COVERAGE_GCOV
default 1024
config ZTEST_FAIL_FAST