commit | 0b6df82816ca76fe347ca14cc09c76f6a05bef22 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Fri Aug 07 21:50:28 2020 +0300 |
committer | harhipova <harhipova@mirantis.com> | Fri Aug 07 18:57:14 2020 +0000 |
tree | 86ebcb6f3a2ee5c752eead0a058f611dfcd7b566 | |
parent | 653d5563288af0e305dcabea8374035999450965 [diff] |
Extend global timeout for deploy-cicd-and-run-tests.groovy Deploying released MCP and running updating to the proposed versions are taking more than 15 hours Change-Id: I341fbead7f5625d61a70477e4b81a696ceb14831 Related-Prod: #PROD-35630
diff --git a/jobs/pipelines/deploy-cicd-and-run-tests.groovy b/jobs/pipelines/deploy-cicd-and-run-tests.groovy index c4678a2..7262caa 100644 --- a/jobs/pipelines/deploy-cicd-and-run-tests.groovy +++ b/jobs/pipelines/deploy-cicd-and-run-tests.groovy
@@ -120,7 +120,7 @@ } -timeout(time: 15, unit: 'HOURS') { +timeout(time: 23, unit: 'HOURS') { // main // Temporary disable throttle to check how it will run //throttle(['fuel_devops_environment']) {