diff --git a/subsys/testsuite/ztest/Kconfig b/subsys/testsuite/ztest/Kconfig index d48961cc8448..1c0cd78cbd13 100644 --- a/subsys/testsuite/ztest/Kconfig +++ b/subsys/testsuite/ztest/Kconfig @@ -31,7 +31,7 @@ config ZTEST_TEST_DELAY_MS config ZTEST_CPU_HOLD_TIME_MS int "Time in milliseconds to hold other CPUs for 1cpu type tests" - default 3000 + default 5000 help This option is used to specify the maximum time in milliseconds for which a 1cpu type test may execute on a multicpu system. The default