summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--tests/plugins/platforms/webgl/tst_webgl.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 2843da9..49a5525 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -3,4 +3,4 @@ load(qt_build_config)
DEFINES += QT_NO_JAVA_STYLE_ITERATORS
DEFINES += QT_NO_FOREACH
-MODULE_VERSION = 5.15.10
+MODULE_VERSION = 5.15.11
diff --git a/tests/plugins/platforms/webgl/tst_webgl.cpp b/tests/plugins/platforms/webgl/tst_webgl.cpp
index 36b8ecf..ee43882 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);