tests: mbox_api: a bit more stack for qemu_x86_tiny
For testing on qemu_x86_tiny, a little bit more stack is needed. So add the extra stack for testing. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
bb1656abc6
commit
802b55bb50
|
@ -0,0 +1,5 @@
|
|||
# Copyright (c) 2021 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Need a little bit more stack space
|
||||
CONFIG_TEST_EXTRA_STACKSIZE=256
|
Loading…
Reference in New Issue