tests: log_api: increase stack size for the test

CONFIG_MAIN_STACK_SIZE was increased for qemu_leon3, but after

15fdee04e3 logging: log_output: Add function for processing input arguments

this test started to fail on other platforms as well. Moving the stack
size override on the test wide prj.conf seems to make it work correctly
again.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2022-07-21 18:10:09 +00:00 committed by Carles Cufí
commit 702b684366
2 changed files with 1 additions and 7 deletions

View file

@ -1,7 +0,0 @@
# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# QEMU crashes during log2_api_immediate_printk_cpp.
# Workaround it by making the main stack larger.
# See #46056.
CONFIG_MAIN_STACK_SIZE=4096

View file

@ -13,3 +13,4 @@ CONFIG_ARCH_LOG_LEVEL_OFF=y
CONFIG_LOG_FUNC_NAME_PREFIX_DBG=n
CONFIG_LOG_PROCESS_THREAD=n
CONFIG_ASSERT=y
CONFIG_MAIN_STACK_SIZE=4096