diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-05-18 16:01:33 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-05-18 16:01:33 (GMT) |
commit | dc06f947f5a2b300c4396a8ec1d8793f594e2d86 (patch) | |
tree | 3f0eaf7db7d8396c1b029e90b075de06fe0e4d27 /tests/auto/qnetworkreply | |
parent | 4e463e50ace02f31f4d23a5b414f86d62c43eb25 (diff) | |
download | Qt-dc06f947f5a2b300c4396a8ec1d8793f594e2d86.zip Qt-dc06f947f5a2b300c4396a8ec1d8793f594e2d86.tar.gz Qt-dc06f947f5a2b300c4396a8ec1d8793f594e2d86.tar.bz2 |
Testing on symbina requires more time.
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 d7faa73..8a12b0b 100644 --- a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp +++ b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp @@ -2146,7 +2146,7 @@ void tst_QNetworkReply::ioGetWithManyProxies() #ifndef Q_OS_SYMBIAN QTestEventLoop::instance().enterLoop(10); #else - QTestEventLoop::instance().enterLoop(30); + QTestEventLoop::instance().enterLoop(60); #endif QVERIFY(!QTestEventLoop::instance().timeout()); |