diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-11-24 14:22:58 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-11-24 14:47:38 (GMT) |
commit | 2d659017a0318dbef18cc0583beb6de85c60808b (patch) | |
tree | 93a9b241b9cfffad491984bf6b87c62f306e38a1 /tests/auto/qhttp | |
parent | e6d6ed97a3dd2e7ec5c95d760b0db47ad6e45250 (diff) | |
download | Qt-2d659017a0318dbef18cc0583beb6de85c60808b.zip Qt-2d659017a0318dbef18cc0583beb6de85c60808b.tar.gz Qt-2d659017a0318dbef18cc0583beb6de85c60808b.tar.bz2 |
tst_qhttp: Increase timeout
Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qhttp')
-rw-r--r-- | tests/auto/qhttp/tst_qhttp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhttp/tst_qhttp.cpp b/tests/auto/qhttp/tst_qhttp.cpp index 0ea0d15..b4b6ceb 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" ); |