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/qftp | |
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/qftp')
-rw-r--r-- | tests/auto/qftp/tst_qftp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qftp/tst_qftp.cpp b/tests/auto/qftp/tst_qftp.cpp index 263c957..27c2e13 100644 --- a/tests/auto/qftp/tst_qftp.cpp +++ b/tests/auto/qftp/tst_qftp.cpp @@ -1408,7 +1408,7 @@ void tst_QFtp::bytesAvailable() if ( type != 0 ) addCommand( QFtp::Close, ftp->close() ); - QTestEventLoop::instance().enterLoop( 30 ); + QTestEventLoop::instance().enterLoop( 40 ); if ( QTestEventLoop::instance().timeout() ) QFAIL( "Network operation timed out" ); |