aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat
diff options
context:
space:
mode:
authorDimitrios Apostolou <jimis@qt.io>2023-10-18 14:58:17 +0200
committerDimitrios Apostolou <jimis@qt.io>2023-10-19 16:52:32 +0200
commit1f019715cf02711579e575763c1ad12e157fc450 (patch)
tree15fa56296a467a9728415257c456a9575a0e057f /tests/auto/qml/qmlformat
parent874654f3537592feb048d821c4d14c90184dd700 (diff)
Increase CTest timeout for tst_qmlformat
tst_qmlformat is a long test, and when we enable ASAN it usually runs dangerously close to the default of 1500s (25min). So double it. Pick-to: 6.6 6.5 Change-Id: I7e5566a28e3138fc5d667831406431f5fab50359 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'tests/auto/qml/qmlformat')
-rw-r--r--tests/auto/qml/qmlformat/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlformat/CMakeLists.txt b/tests/auto/qml/qmlformat/CMakeLists.txt
index 557dc37b93..76923d66de 100644
--- a/tests/auto/qml/qmlformat/CMakeLists.txt
+++ b/tests/auto/qml/qmlformat/CMakeLists.txt
@@ -30,6 +30,7 @@ qt_internal_add_test(tst_qmlformat
Qt::TestPrivate
Qt::QuickTestUtilsPrivate
TESTDATA ${test_data}
+ TIMEOUT 3000
)
add_dependencies(tst_qmlformat Qt::qmlformat)