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:
parent
b08adcdd7e
commit
7b3cd7d371
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue