From 68d5d5c3bc96c85832664c18b69227b76e68a008 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 May 2021 14:59:47 -0400 Subject: Increase tolerance of timer test --- test/test_timer.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/test_timer.c b/test/test_timer.c index 200ddc2..613535f 100644 --- a/test/test_timer.c +++ b/test/test_timer.c @@ -39,12 +39,8 @@ static const double timeout = 1 / 60.0; static const double timeout = -1.0; #endif -#ifdef _WIN32 // Windows SetTimer has a maximum resolution of 10ms static const double tolerance = 0.012; -#else -static const double tolerance = 0.002; -#endif static const uintptr_t timerId = 1u; static const double timerPeriod = 1 / 60.0; -- cgit v1.2.1