From c6e13056b57810260ac4099fef6fbdc5ff354824 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Thu, 3 Jun 2021 17:32:33 +0300 Subject: Increase the timeout for test targets for enforce exit code yaml Amends 01e35a2145ba8afff69e53ea967a15a103a1631b. Task-number: QTBUG-94127 Change-Id: Ic464b2df32bee045f30cf6532c672a6450c433fe Reviewed-by: Alexandru Croitor --- coin/instructions/cmake_run_ctest_enforce_exit_code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coin/instructions') 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. -- cgit v1.2.3