aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-02-18 18:14:12 +0100
committerUlf Hermann <ulf.hermann@qt.io>2021-02-18 21:49:09 +0100
commited66d063554dcb782517929487443e99903567ab (patch)
tree0d81bf91e0d48f77a21bb75080936ed2663af8f1 /tests/auto/qml/ecmascripttests
parent510699a6f0a891951be05f18d4417bec5525969c (diff)
ecmascripttests: Increase timeout to 15 minutes
Apparently our CI is too slow to run the test in 8:20 minutes. Also, remove cruft from the CMakeLists.txt file. Change-Id: I4778dbc3cd95e04f6cf71dbd363b366d73e6dbb3 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/ecmascripttests')
-rw-r--r--tests/auto/qml/ecmascripttests/CMakeLists.txt14
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/auto/qml/ecmascripttests/CMakeLists.txt b/tests/auto/qml/ecmascripttests/CMakeLists.txt
index ddd9260bf7..78e1c97e91 100644
--- a/tests/auto/qml/ecmascripttests/CMakeLists.txt
+++ b/tests/auto/qml/ecmascripttests/CMakeLists.txt
@@ -1,5 +1,3 @@
-# Generated from ecmascripttests.pro.
-
#####################################################################
## tst_ecmascripttests Test:
#####################################################################
@@ -14,15 +12,5 @@ qt_internal_add_test(tst_ecmascripttests
Qt::QmlPrivate
)
-# special case begin
-set_property(TEST tst_ecmascripttests APPEND PROPERTY ENVIRONMENT "QTEST_FUNCTION_TIMEOUT=500000")
-# special case end
-
-#### Keys ignored in scope 2:.:.:testcase.pro:<TRUE>:
-# QT_TOOL_ENV = "checkenv"
-# checkenv.name = "QTEST_FUNCTION_TIMEOUT"
-# checkenv.value = "500000"
-
-## Scopes:
-#####################################################################
+set_property(TEST tst_ecmascripttests APPEND PROPERTY ENVIRONMENT "QTEST_FUNCTION_TIMEOUT=900000")
add_subdirectory(qjstest)