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 8089f4f commit 5991a0bCopy full SHA for 5991a0b
tests/plugins/platforms/webgl/tst_webgl.cpp
@@ -516,7 +516,7 @@ void tst_WebGL::update()
516
{
517
518
QSignalSpy spy(this, &tst_WebGL::queryCommand);
519
- QTRY_VERIFY(findSwapBuffers(spy));
+ QTRY_VERIFY_WITH_TIMEOUT(findSwapBuffers(spy), 10000);
520
QVERIFY(!QTest::currentTestFailed());
521
}
522
sendMouseClick(0, 0, currentContext->winId);
0 commit comments