Skip to content

Commit 3078188

Browse files
committed
testsuite: ztest: Increase ZTEST_TEST_DELAY_MS to 5000
This commit increases the default value of `ZTEST_TEST_DELAY_MS` from 3000 to 5000 milliseconds because the current value of 3000ms may not be sufficient for the hosts with lower CPU clock frequency (e.g. new Zephyr CI runners with cost-effective processors). Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent db59dd0 commit 3078188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/testsuite/ztest/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ config ZTEST_SHELL
3434

3535
config ZTEST_CPU_HOLD_TIME_MS
3636
int "Time in milliseconds to hold other CPUs for 1cpu type tests"
37-
default 3000
37+
default 5000
3838
help
3939
This option is used to specify the maximum time in milliseconds for
4040
which a 1cpu type test may execute on a multicpu system. The default

0 commit comments

Comments
 (0)