summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2021-06-03 17:32:33 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2021-06-04 18:16:09 +0000
commitc6e13056b57810260ac4099fef6fbdc5ff354824 (patch)
tree43d0ac897426c0f13a800bf548c07adacea45a35 /coin
parentd7f7d84365dcec364e0248c51f557dd9c59f5f47 (diff)
Increase the timeout for test targets for enforce exit code yaml
Amends 01e35a2145ba8afff69e53ea967a15a103a1631b. Task-number: QTBUG-94127 Change-Id: Ic464b2df32bee045f30cf6532c672a6450c433fe Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/instructions/cmake_run_ctest_enforce_exit_code.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
index 9913bb4832..0d99faddcd 100644
--- a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
+++ b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
@@ -14,7 +14,7 @@ instructions:
command: "{{.Env.TESTS_ENV_PREFIX}} ctest {{.Env.CTEST_ARGS}}"
executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
ignoreExitCode: false
- maxTimeInSeconds: 7200
+ maxTimeInSeconds: 10800
maxTimeBetweenOutput: 900
userMessageOnFailure: >
Failed to run tests.