diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-11-24 12:11:10 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-11-24 12:18:07 (GMT) |
commit | 056f8d08efc7ef57b36a22b37a0bc2bd4e7cfa94 (patch) | |
tree | c00a93be416d345f145353a6520e6e8e04d49423 /tests | |
parent | 33bb49ba251ff2fb111d1cb393476e0ec0a84e34 (diff) | |
download | Qt-056f8d08efc7ef57b36a22b37a0bc2bd4e7cfa94.zip Qt-056f8d08efc7ef57b36a22b37a0bc2bd4e7cfa94.tar.gz Qt-056f8d08efc7ef57b36a22b37a0bc2bd4e7cfa94.tar.bz2 |
tst_qnetworkreply: Stabilize test by increasing timeout
Reviewed-by: TrustMe
Diffstat (limited to 'tests')
-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 bd83c47..09456ed 100644 --- a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp +++ b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp @@ -2622,7 +2622,7 @@ void tst_QNetworkReply::ioPostToHttpFromSocket() QSignalSpy authenticationRequiredSpy(&manager, SIGNAL(authenticationRequired(QNetworkReply*,QAuthenticator*))); QSignalSpy proxyAuthenticationRequiredSpy(&manager, SIGNAL(proxyAuthenticationRequired(QNetworkProxy,QAuthenticator*))); - QTestEventLoop::instance().enterLoop(6); + QTestEventLoop::instance().enterLoop(12); disconnect(&manager, SIGNAL(proxyAuthenticationRequired(QNetworkProxy,QAuthenticator*)), this, SLOT(proxyAuthenticationRequired(QNetworkProxy,QAuthenticator*))); disconnect(&manager, SIGNAL(authenticationRequired(QNetworkReply*,QAuthenticator*)), |