Relax another check in wxStopWatch unit test.
Increase the upper bound even further to avoid spurious failures in the buildbot builds.
This commit is contained in:
parent
f995dfcc20
commit
594dc3396a
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue