Skip to content

Commit

Permalink
testsuite: ztest: Increase ZTEST_TEST_DELAY_MS to 5000
Browse files Browse the repository at this point in the history
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]>
(cherry picked from commit 1bf7510)
  • Loading branch information
stephanosio committed Mar 12, 2024
1 parent 435d7a3 commit 83cea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/testsuite/ztest/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83cea8a

Please sign in to comment.