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