diff options
-rw-r--r-- | tests/auto/qdatetime/tst_qdatetime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdatetime/tst_qdatetime.cpp b/tests/auto/qdatetime/tst_qdatetime.cpp index 29c777a..bb69543 100644 --- a/tests/auto/qdatetime/tst_qdatetime.cpp +++ b/tests/auto/qdatetime/tst_qdatetime.cpp @@ -1087,7 +1087,7 @@ void tst_QDateTime::currentDateTimeUtc2() qint64 msec; // check that we got all down to the same milliseconds - int i = 2; + int i = 20; bool ok = false; do { local = QDateTime::currentDateTime(); |