aboutsummaryrefslogtreecommitdiffstats
path: root/tests/timer/timer_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timer/timer_test.c')
-rw-r--r--tests/timer/timer_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timer/timer_test.c b/tests/timer/timer_test.c
index 3775151c..61079bd9 100644
--- a/tests/timer/timer_test.c
+++ b/tests/timer/timer_test.c
@@ -60,7 +60,7 @@ struct test_timer {
/* timer imprecision that we accept for this test: 10 milliseconds. */
#define TIMER_PRES_SECS 0
-#define TIMER_PRES_USECS 10000
+#define TIMER_PRES_USECS 20000
static int timer_nsteps = MAIN_TIMER_NSTEPS;
static unsigned int expired_timers = 0;