diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-06-09 15:57:48 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-06-09 15:57:48 +1000 |
commit | bbc0850742f4f926876dc55478ff74aaa121846b (patch) | |
tree | f5988335dd0167cbed39a4a14db0c28645281e8b | |
parent | ebbfbe432671d899fb08ac8775e6e36d86f1c010 (diff) | |
download | qt4-tools-bbc0850742f4f926876dc55478ff74aaa121846b.tar.gz |
Fixed intermittent failure of tst_selftests.
Allow more variance for the benchlibtickcounter selftest.
-rw-r--r-- | tests/auto/selftests/tst_selftests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/selftests/tst_selftests.cpp b/tests/auto/selftests/tst_selftests.cpp index 6776b127b0..bdbfda3036 100644 --- a/tests/auto/selftests/tst_selftests.cpp +++ b/tests/auto/selftests/tst_selftests.cpp @@ -97,7 +97,7 @@ inline bool qCompare variance = 0.001; } else if (r1.unit == "ticks") { - variance = 0.0001; + variance = 0.001; } if (variance == 0.) { /* No variance allowed - compare whole string */ |