]> git.saurik.com Git - wxWidgets.git/commitdiff
Increase the tolerance in wxStopWatch unit test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Dec 2011 12:57:49 +0000 (12:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Dec 2011 12:57:49 +0000 (12:57 +0000)
Sleeping can take more time than expected when running on the build slaves,
probably because the machine is heavily loaded. Increase the tolerance to
prevent this from resulting in test failures.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/events/stopwatch.cpp

index 3150fde7192573051b6f8bb180776ca180419868..a3827877b6bde68e0f85ba0e08c13c175d9304ab 100644 (file)
@@ -29,7 +29,7 @@
 namespace
 {
 
 namespace
 {
 
-const long tolerance = 10;  // in ms
+const long tolerance = 50;  // in ms
 const int sleepTime = 500;
 
 } // anonymous namespace
 const int sleepTime = 500;
 
 } // anonymous namespace