Skip to content

Commit fafc387

Browse files
committed
Bump timeout in tst_InspectorServer::openRemoteDebuggingSession
Flaky on Windows 10. Change-Id: Idaf73ccaf29831010e84397ae722dbe54a2de9bb Reviewed-by: Allan Sandfeld Jensen <[email protected]>
1 parent 16a6b2d commit fafc387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auto/quick/inspectorserver/tst_inspectorserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ void tst_InspectorServer::openRemoteDebuggingSession()
167167
// - The page list didn't return a valid inspector URL
168168
// - Or the front-end couldn't be loaded through the inspector HTTP server
169169
// - 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 -"));
170+
QTRY_VERIFY_WITH_TIMEOUT(inspectorWebView->title().startsWith("DevTools -"), 20000);
171171
}
172172

173173
QTEST_MAIN(tst_InspectorServer)

0 commit comments

Comments
 (0)