diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-09-22 11:10:09 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-09-22 11:10:40 (GMT) |
commit | 5dda48852ae85929e9d0cf1432c0c3a51ae0ce81 (patch) | |
tree | ebcf310b0b655dc679bef53731e9d09a1fe316c0 /tests/auto/qnetworkreply | |
parent | 20efdac59b4b04525773832cc2955ea1e9080b99 (diff) | |
download | Qt-5dda48852ae85929e9d0cf1432c0c3a51ae0ce81.zip Qt-5dda48852ae85929e9d0cf1432c0c3a51ae0ce81.tar.gz Qt-5dda48852ae85929e9d0cf1432c0c3a51ae0ce81.tar.bz2 |
tst_qnetworkreply: Increased timeout of uploadPerformance()
Diffstat (limited to 'tests/auto/qnetworkreply')
-rw-r--r-- | tests/auto/qnetworkreply/tst_qnetworkreply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp index 9f7561d..5441b09 100644 --- a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp +++ b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp @@ -3297,7 +3297,7 @@ void tst_QNetworkReply::uploadPerformance() connect(&reader, SIGNAL(finished()), &QTestEventLoop::instance(), SLOT(exitLoop())); QTimer::singleShot(5000, &generator, SLOT(stop())); - QTestEventLoop::instance().enterLoop(10); + QTestEventLoop::instance().enterLoop(30); QCOMPARE(reply->error(), QNetworkReply::NoError); QVERIFY(!QTestEventLoop::instance().timeout()); } |