From 9939cb9bf04d9997c1cf5d87bf6260ab21d25272 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 10 Mar 2021 14:19:58 -0500 Subject: Relax precision requirement of timer test --- test/test_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_timer.c b/test/test_timer.c index 18518ec..200ddc2 100644 --- a/test/test_timer.c +++ b/test/test_timer.c @@ -41,7 +41,7 @@ static const double timeout = -1.0; #ifdef _WIN32 // Windows SetTimer has a maximum resolution of 10ms -static const double tolerance = 0.011; +static const double tolerance = 0.012; #else static const double tolerance = 0.002; #endif -- cgit v1.2.1