diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-11-25 09:30:52 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-11-25 09:30:52 (GMT) |
commit | 6cb0ac70301a21e914cb5716642c756312b3ec30 (patch) | |
tree | f80cd9c64da9226d4199851b5719b1d386a4628a /tests/auto/qnetworkreply | |
parent | 426e3daa9ebca56650607189ce77aa98545805aa (diff) | |
download | Qt-6cb0ac70301a21e914cb5716642c756312b3ec30.zip Qt-6cb0ac70301a21e914cb5716642c756312b3ec30.tar.gz Qt-6cb0ac70301a21e914cb5716642c756312b3ec30.tar.bz2 |
Network auto tests: Some timeout increases
Reviewed-by: TrustMe
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 09456ed..5fe716a 100644 --- a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp +++ b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp @@ -2212,7 +2212,7 @@ void tst_QNetworkReply::ioGetWithManyProxies() connect(&manager, SIGNAL(sslErrors(QNetworkReply*,QList<QSslError>)), SLOT(sslErrors(QNetworkReply*,QList<QSslError>))); #endif - QTestEventLoop::instance().enterLoop(10); + QTestEventLoop::instance().enterLoop(15); QVERIFY(!QTestEventLoop::instance().timeout()); manager.disconnect(SIGNAL(proxyAuthenticationRequired(QNetworkProxy,QAuthenticator*)), |