Increase the timeout for test targets for enforce exit code yaml
Amends 01e35a2145.
Task-number: QTBUG-94127
Change-Id: Ic464b2df32bee045f30cf6532c672a6450c433fe
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
parent
d7f7d84365
commit
c6e13056b5
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue