Increase the tolerance in wxStopWatch unit test.

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
This commit is contained in:
Vadim Zeitlin
2011-12-26 12:57:49 +00:00
parent 575be97600
commit d130167576

View File

@@ -29,7 +29,7 @@
namespace namespace
{ {
const long tolerance = 10; // in ms const long tolerance = 50; // in ms
const int sleepTime = 500; const int sleepTime = 500;
} // anonymous namespace } // anonymous namespace