From 10af4872132795c5df6eb66f76ce9a040136db28 Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Mon, 14 Oct 2024 21:47:04 +0200 Subject: [PATCH] [nrf fromtree] tests/flash/common: Increase ztest stack size The commit sets CONFIG_ZTEST_STACK_SIZE to 4096. Fixes #79801 Signed-off-by: Dominik Ermel (cherry picked from commit 3e8ea52e21f0e12164a2e0e0836c5619cbfc7290) --- tests/drivers/flash/common/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/drivers/flash/common/prj.conf b/tests/drivers/flash/common/prj.conf index 2496d765165..cb0a271262c 100644 --- a/tests/drivers/flash/common/prj.conf +++ b/tests/drivers/flash/common/prj.conf @@ -3,3 +3,4 @@ CONFIG_ZTEST=y CONFIG_FLASH=y CONFIG_FLASH_PAGE_LAYOUT=y CONFIG_MAIN_STACK_SIZE=2048 +CONFIG_ZTEST_STACK_SIZE=4096