summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/plugins/platforms/webgl/tst_webgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/platforms/webgl/tst_webgl.cpp b/tests/plugins/platforms/webgl/tst_webgl.cpp
index b53b21f..8be0263 100644
--- a/tests/plugins/platforms/webgl/tst_webgl.cpp
+++ b/tests/plugins/platforms/webgl/tst_webgl.cpp
@@ -516,7 +516,7 @@ void tst_WebGL::update()
{
{
QSignalSpy spy(this, &tst_WebGL::queryCommand);
- QTRY_VERIFY(findSwapBuffers(spy));
+ QTRY_VERIFY_WITH_TIMEOUT(findSwapBuffers(spy), 10000);
QVERIFY(!QTest::currentTestFailed());
}
sendMouseClick(0, 0, currentContext->winId);