commit | 2d1a174fcbe96c87d747e6c224f75c0e3c8aa11f | [log] [tgz] |
---|---|---|
author | PGlazov <pglazov@mirantis.com> | Fri Aug 06 15:35:11 2021 +0400 |
committer | Pavel Glazov <pglazov@mirantis.com> | Fri Aug 06 11:37:14 2021 +0000 |
tree | ba572a4b7f19f63bb9e9d51a61bb3932e4e668bf | |
parent | 70347f5bcf60b7197d3a0725b5a99efb42e5d88c [diff] [blame] |
Increase swarm-run-pytest timeout for update procedure Change-Id: I55cee539b7010c502b07409c54069b74d5788c28
diff --git a/jobs/pipelines/swarm-run-pytest.groovy b/jobs/pipelines/swarm-run-pytest.groovy index 1ebee5a..1771b5d 100644 --- a/jobs/pipelines/swarm-run-pytest.groovy +++ b/jobs/pipelines/swarm-run-pytest.groovy
@@ -29,7 +29,7 @@ currentBuild.description = "${PARENT_NODE_NAME}:${ENV_NAME}" -timeout(time: 10, unit: 'HOURS') { +timeout(time: 20, unit: 'HOURS') { timestamps { node ("${PARENT_NODE_NAME}") { if (! fileExists("${PARENT_WORKSPACE}")) {