commit | a55ce62815083295c6e59837eddd6be0911d3955 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Fri Oct 26 12:49:33 2018 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Fri Oct 26 12:49:33 2018 +0000 |
tree | 797d35272685e30129779a834083fc07eaadf782 | |
parent | 8f26de4b95328703d5bd1a42083e20c3b2684570 [diff] | |
parent | 28199c267d96f909a7fb69bc7c70e2f28673b7d6 [diff] |
Merge "Fix wait variable for cloud-update pipeline"
diff --git a/cloud-update.groovy b/cloud-update.groovy index 56f9351..ab72f76 100644 --- a/cloud-update.groovy +++ b/cloud-update.groovy
@@ -58,7 +58,7 @@ def command def commandKwargs -def wait = 10 +wait = 10 if (common.validInputParam('MINIONS_TEST_TIMEOUT') && MINIONS_TEST_TIMEOUT.isInteger()) { wait = "${MINIONS_TEST_TIMEOUT}".toInteger() }