]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/events/stopwatch.cpp
fixes potential crash under gatekeeper
[wxWidgets.git] / tests / events / stopwatch.cpp
index 3150fde7192573051b6f8bb180776ca180419868..a3827877b6bde68e0f85ba0e08c13c175d9304ab 100644 (file)
@@ -29,7 +29,7 @@
 namespace
 {
 
-const long tolerance = 10;  // in ms
+const long tolerance = 50;  // in ms
 const int sleepTime = 500;
 
 } // anonymous namespace