summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttp
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-11-24 15:22:58 +0100
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-11-24 15:47:38 +0100
commit2d659017a0318dbef18cc0583beb6de85c60808b (patch)
tree93a9b241b9cfffad491984bf6b87c62f306e38a1 /tests/auto/qhttp
parente6d6ed97a3dd2e7ec5c95d760b0db47ad6e45250 (diff)
tst_qhttp: Increase timeout
Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qhttp')
-rw-r--r--tests/auto/qhttp/tst_qhttp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhttp/tst_qhttp.cpp b/tests/auto/qhttp/tst_qhttp.cpp
index 0ea0d15fdc..b4b6ceb4bf 100644
--- a/tests/auto/qhttp/tst_qhttp.cpp
+++ b/tests/auto/qhttp/tst_qhttp.cpp
@@ -363,7 +363,7 @@ void tst_QHttp::get()
}
addRequest( QHttpRequestHeader(), getId );
- QTestEventLoop::instance().enterLoop( 30 );
+ QTestEventLoop::instance().enterLoop( 50 );
if ( QTestEventLoop::instance().timeout() )
QFAIL( "Network operation timed out" );