From 13a8fb84f0d83f23e65daa528f2f392ec3b83a75 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 22 Sep 2016 04:45:26 +0200 Subject: timer_test: remove unused precision values and confusing log Change-Id: I1570b7096c757d63d23e0950feeeb7230f8a5c9f --- tests/timer/timer_test.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tests/timer/timer_test.c') diff --git a/tests/timer/timer_test.c b/tests/timer/timer_test.c index c576a049..1aeab454 100644 --- a/tests/timer/timer_test.c +++ b/tests/timer/timer_test.c @@ -59,10 +59,6 @@ struct test_timer { /* time between two steps, in secs. */ #define TIME_BETWEEN_STEPS 1 -/* timer imprecision that we accept for this test: 10 milliseconds. */ -#define TIMER_PRES_SECS 0 -#define TIMER_PRES_USECS 20000 - static int timer_nsteps = MAIN_TIMER_NSTEPS; static unsigned int expired_timers = 0; static unsigned int total_timers = 0; @@ -185,9 +181,7 @@ int main(int argc, char *argv[]) } } - fprintf(stdout, "Running timer test for %u steps, accepting " - "imprecision of %u.%.6u seconds\n", - timer_nsteps, TIMER_PRES_SECS, TIMER_PRES_USECS); + fprintf(stdout, "Running timer test for %u steps\n", timer_nsteps); osmo_timer_schedule(&main_timer, 1, 0); -- cgit v1.2.3