aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lib/ch_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/ch_test.c b/test/lib/ch_test.c
index c8735ba5b..cb1df734f 100644
--- a/test/lib/ch_test.c
+++ b/test/lib/ch_test.c
@@ -257,7 +257,7 @@ msg_t test_execute(BaseSequentialStream *stream) {
test_print(test_suite[i][j]->name);
test_println(")");
#if TEST_DELAY_BETWEEN_TESTS > 0
- osalThreadSleep(OSAL_MS2ST(TEST_DELAY_BETWEEN_TESTS));
+ osalThreadSleepMilliseconds(TEST_DELAY_BETWEEN_TESTS);
#endif
execute_test(test_suite[i][j]);
if (test_local_fail) {