tests: json: reduce ztest stack size
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
41febf2e7a
commit
4c7233b84d
2 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
CONFIG_JSON_LIBRARY=y
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_STACKSIZE=32768
|
||||
CONFIG_ZTEST_STACKSIZE=2048
|
||||
|
|
|
@ -2,5 +2,4 @@ tests:
|
|||
- test:
|
||||
build_only: true
|
||||
filter: not CONFIG_NEWLIB_LIBC
|
||||
min_ram: 32
|
||||
tags: json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue