summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/stillness_detector.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stillness_detector.c b/test/stillness_detector.c
index e881525491..57057e217e 100644
--- a/test/stillness_detector.c
+++ b/test/stillness_detector.c
@@ -135,5 +135,7 @@ void run_test(int argc, char **argv)
RUN_TEST(test_not_still_one_axis);
RUN_TEST(test_resets);
+ /* Wait for all background tasks to start. */
+ sleep(2);
test_print_result();
}