Skip to content

Commit 3057da0

Browse files
committed
tests: logger-hook: increase ztest stack size
We are getting stack corruption on some platforms, so increase stack to allow the test to run. Fixes zephyrproject-rtos#8085 Signed-off-by: Anas Nashif <[email protected]>
1 parent 718597f commit 3057da0

File tree

1 file changed

+1
-0
lines changed
  • tests/subsys/logging/logger-hook

1 file changed

+1
-0
lines changed

tests/subsys/logging/logger-hook/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ CONFIG_SYS_LOG=y
33
CONFIG_SYS_LOG_DEFAULT_LEVEL=3
44
CONFIG_SYS_LOG_EXT_HOOK=y
55
CONFIG_ZTEST=y
6+
CONFIG_ZTEST_STACKSIZE=2048

0 commit comments

Comments
 (0)