diff --git a/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp b/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp index 04f5eb7cb4..bd4bb7ef81 100644 --- a/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp +++ b/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp @@ -127,7 +127,7 @@ public: }); } - bool waitForResults(std::chrono::milliseconds timeout = 10s) + bool waitForResults(std::chrono::milliseconds timeout = 15s) { QTestEventLoop::instance().enterLoop(timeout); return !QTestEventLoop::instance().timeout() && lookupDone;