Skip to content

Commit 89e8308

Browse files
author
Allan Sandfeld Jensen
committed
Increase timeout for slow CI
Pick-to: 6.3 6.2 5.15 Fixes: QTBUG-105606 Change-Id: I1ec130fb12f9f447233f77d378c3738ba4e26726 Reviewed-by: Tarja Sundqvist <[email protected]> Reviewed-by: Edward Welbourne <[email protected]> Reviewed-by: Jani Heikkinen <[email protected]>
1 parent 6ed93a8 commit 89e8308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/platforms/webgl/tst_webgl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ void tst_WebGL::update()
516516
{
517517
{
518518
QSignalSpy spy(this, &tst_WebGL::queryCommand);
519-
QTRY_VERIFY(findSwapBuffers(spy));
519+
QTRY_VERIFY_WITH_TIMEOUT(findSwapBuffers(spy), 10000);
520520
QVERIFY(!QTest::currentTestFailed());
521521
}
522522
sendMouseClick(0, 0, currentContext->winId);

0 commit comments

Comments
 (0)