diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-09-09 12:44:29 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-09-09 12:45:11 (GMT) |
commit | cecd085b4e084d8365b83b56cb261a71430e8dd2 (patch) | |
tree | 2193cebeb0ec072cd964b65ecd2bf2d37b9791d3 /tests | |
parent | 7f781905631347b46d9469b59f8427b83e97bfba (diff) | |
download | Qt-cecd085b4e084d8365b83b56cb261a71430e8dd2.zip Qt-cecd085b4e084d8365b83b56cb261a71430e8dd2.tar.gz Qt-cecd085b4e084d8365b83b56cb261a71430e8dd2.tar.bz2 |
tst_qhostinfo: Increased timeout
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qhostinfo/tst_qhostinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhostinfo/tst_qhostinfo.cpp b/tests/auto/qhostinfo/tst_qhostinfo.cpp index d5be332..ac6adf7 100644 --- a/tests/auto/qhostinfo/tst_qhostinfo.cpp +++ b/tests/auto/qhostinfo/tst_qhostinfo.cpp @@ -243,7 +243,7 @@ void tst_QHostInfo::lookupIPv4() lookupDone = false; QHostInfo::lookupHost(hostname, this, SLOT(resultsReady(const QHostInfo&))); - QTestEventLoop::instance().enterLoop(3); + QTestEventLoop::instance().enterLoop(10); QVERIFY(!QTestEventLoop::instance().timeout()); QVERIFY(lookupDone); |