tst_QHostInfo: increase the timeout to 15s

That seems to be enough for me when trying to reverse-resolve host names
inside the corporate network.

Pick-to: 6.7
Change-Id: I6818d78a57394e37857bfffd17bc6b0ebd39f51b
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
bb10
Thiago Macieira 2024-03-13 12:53:51 -07:00
parent 78cf5740a9
commit d18d8a7ad1
1 changed files with 1 additions and 1 deletions

View File

@ -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;