From 84997053d4d170de80a2ac1ed5a742b75f5064ee Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 22 Mar 2012 12:45:20 +0100 Subject: Ignore distorted timeouts on Windows in debug mode Signed-off-by: Martin Sustrik --- tests/linger.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/linger.cpp') diff --git a/tests/linger.cpp b/tests/linger.cpp index 8300394..42dfda0 100644 --- a/tests/linger.cpp +++ b/tests/linger.cpp @@ -52,7 +52,9 @@ int XS_TEST_MAIN () rc = xs_term (ctx); assert (rc == 0); int ms = (int) xs_stopwatch_stop (watch) / 1000; +#if !defined _WIN32 || !defined _DEBUG assert (ms > 50 && ms < 150); +#endif return 0; } -- cgit v1.2.3