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>
This commit is contained in:
Dimitrios Apostolou 2023-10-18 14:58:17 +02:00
parent 874654f353
commit 1f019715cf
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ qt_internal_add_test(tst_qmlformat
Qt::TestPrivate Qt::TestPrivate
Qt::QuickTestUtilsPrivate Qt::QuickTestUtilsPrivate
TESTDATA ${test_data} TESTDATA ${test_data}
TIMEOUT 3000
) )
add_dependencies(tst_qmlformat Qt::qmlformat) add_dependencies(tst_qmlformat Qt::qmlformat)