summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-08-16 10:07:37 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-16 09:36:28 +0000
commit5991a0b0cd9cbb781f6af3941d2f51a5f1409f6b (patch)
treeaf97694324cca9311044f94719190bba62ac5bc7
parent8089f4f1bc88d7cfe3ee8fb35b627964d5b565c8 (diff)
Increase timeout for slow CI6.3
Fixes: QTBUG-105606 Change-Id: I1ec130fb12f9f447233f77d378c3738ba4e26726 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 89e8308e358687c8e852707b0d9a86bd0cb4fca0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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);