diff --git a/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp b/tests/auto/network/kernel/qhostinfo/tst_qhostinfo.cpp index d5ab86415a1..d71addb516f 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;