diff --git a/tests/events/stopwatch.cpp b/tests/events/stopwatch.cpp index 298a31c504..6b6a47612b 100644 --- a/tests/events/stopwatch.cpp +++ b/tests/events/stopwatch.cpp @@ -103,7 +103,7 @@ void StopWatchTestCase::Misc() WX_ASSERT_MESSAGE ( ("Actual time value is %ld", t), - t > sleepTime - tolerance && t < sleepTime + tolerance + t > sleepTime - tolerance && t < 2*sleepTime ); sw.Pause();