diff options
Diffstat (limited to 'tests/timer')
-rw-r--r-- | tests/timer/timer_test.c | 2 | ||||
-rw-r--r-- | tests/timer/timer_test.ok | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/tests/timer/timer_test.ok b/tests/timer/timer_test.ok index b4e0e118..1bb382ee 100644 --- a/tests/timer/timer_test.ok +++ b/tests/timer/timer_test.ok @@ -1,2 +1,2 @@ -Running timer test for 5 steps, accepting imprecision of 0.010000 seconds +Running timer test for 5 steps, accepting imprecision of 0.020000 seconds test over: added=31 expired=31 too_late=0 |