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
parent
78cf5740a9
commit
d18d8a7ad1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue