tests: json: reduce ztest stack size

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-08-11 08:01:53 -04:00 committed by Anas Nashif
commit 4c7233b84d
2 changed files with 1 additions and 2 deletions

View file

@ -1,3 +1,3 @@
CONFIG_JSON_LIBRARY=y
CONFIG_ZTEST=y
CONFIG_ZTEST_STACKSIZE=32768
CONFIG_ZTEST_STACKSIZE=2048

View file

@ -2,5 +2,4 @@ tests:
- test:
build_only: true
filter: not CONFIG_NEWLIB_LIBC
min_ram: 32
tags: json