summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhostinfo
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-09-09 14:44:29 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-09-09 14:45:11 +0200
commitcecd085b4e084d8365b83b56cb261a71430e8dd2 (patch)
tree2193cebeb0ec072cd964b65ecd2bf2d37b9791d3 /tests/auto/qhostinfo
parent7f781905631347b46d9469b59f8427b83e97bfba (diff)
tst_qhostinfo: Increased timeout
Diffstat (limited to 'tests/auto/qhostinfo')
-rw-r--r--tests/auto/qhostinfo/tst_qhostinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhostinfo/tst_qhostinfo.cpp b/tests/auto/qhostinfo/tst_qhostinfo.cpp
index d5be3328c4..ac6adf7da4 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);