summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-misc.c b/test/test-misc.c
index 732cb12e..5f98d326 100644
--- a/test/test-misc.c
+++ b/test/test-misc.c
@@ -721,7 +721,7 @@ START_TEST(timer_delay_bug_warning)
for (int i = 0; i < 20; i++) {
litest_event(dev, EV_REL, REL_X, -1);
litest_event(dev, EV_SYN, SYN_REPORT, 0);
- msleep(11);
+ msleep(21);
libinput_dispatch(li);
}