commit | 28199c267d96f909a7fb69bc7c70e2f28673b7d6 | [log] [tgz] |
---|---|---|
author | mkraynov <mkraynov@mirantis.com> | Fri Oct 26 16:41:19 2018 +0400 |
committer | mkraynov <mkraynov@mirantis.com> | Fri Oct 26 16:41:19 2018 +0400 |
tree | 4f3303c6a257d6bcc04b438c7f56ca7d68fcf827 | |
parent | 21308d0f71f339e7c7788d595ff933bee4f23657 [diff] [blame] |
Fix wait variable for cloud-update pipeline Change-Id: I5933578fcd50f223b5177a3d4180bef6e9fb8ab3 Related-PROD: PROD-24420
diff --git a/cloud-update.groovy b/cloud-update.groovy index 2729d98..7363d50 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() }