We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a6b2d commit fafc387Copy full SHA for fafc387
tests/auto/quick/inspectorserver/tst_inspectorserver.cpp
@@ -167,7 +167,7 @@ void tst_InspectorServer::openRemoteDebuggingSession()
167
// - The page list didn't return a valid inspector URL
168
// - Or the front-end couldn't be loaded through the inspector HTTP server
169
// - Or the web socket connection couldn't be established between the front-end and the page through the inspector server
170
- QTRY_VERIFY(inspectorWebView->title().startsWith("DevTools -"));
+ QTRY_VERIFY_WITH_TIMEOUT(inspectorWebView->title().startsWith("DevTools -"), 20000);
171
}
172
173
QTEST_MAIN(tst_InspectorServer)
0 commit comments