commit | 65e842b9969b9b2113794d0a2b453846639724c5 | [log] [tgz] |
---|---|---|
author | Pavel Glazov <pglazov@gmail.com> | Tue May 30 01:32:05 2023 +0400 |
committer | Pavel Glazov <pglazov@mirantis.com> | Thu Jun 15 10:17:56 2023 +0000 |
tree | dd62bf3c7ff9ca6d79f4bc474815ca504d2be129 | |
parent | b8869ae0517448c33ba5553d8f945276a4152603 [diff] [blame] |
Increase run time swarm-bootstrap and deploy-platform Related-Prod: PROD-36426 Change-Id: I031e86e89e638d1e5575d7383814bd8f25162841
diff --git a/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy b/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy index db375e6..7086240 100644 --- a/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy +++ b/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy
@@ -51,7 +51,7 @@ def ubuntu_vcp_image_name = "ubuntu-vcp-2019.2.0" def ubuntu_foundation_image_name = "ubuntu-16.04-foundation-2019.2.0" -timeout(time: 2, unit: 'HOURS') { +timeout(time: 3, unit: 'HOURS') { timestamps { node ("${PARENT_NODE_NAME}") { if (! fileExists("${PARENT_WORKSPACE}")) {