summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkreply
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-09-22 13:10:09 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-09-22 13:10:40 +0200
commit5dda48852ae85929e9d0cf1432c0c3a51ae0ce81 (patch)
treeebcf310b0b655dc679bef53731e9d09a1fe316c0 /tests/auto/qnetworkreply
parent20efdac59b4b04525773832cc2955ea1e9080b99 (diff)
tst_qnetworkreply: Increased timeout of uploadPerformance()
Diffstat (limited to 'tests/auto/qnetworkreply')
-rw-r--r--tests/auto/qnetworkreply/tst_qnetworkreply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp
index 9f7561ddf4..5441b09c0b 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());
}