arch: arm64: Fix logging test

We need a slightly bigger stack to be able to successfully pass the
logging test. Fix the stack size and enable back the test.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2019-11-18 14:10:55 +00:00 committed by Anas Nashif
commit 86a60475a4
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,6 @@ testing:
- console
- drivers
- interrupt
- logging
- net
- nfc
- shell

View file

@ -214,6 +214,7 @@ config LOG_PROCESS_THREAD_STACK_SIZE
default 1024 if NO_OPTIMIZATIONS
default 1024 if XTENSA
default 4096 if (X86 && X86_64)
default 4096 if ARM64
default 768
help
Set the internal stack size for log processing thread.