commit | d5f05125aa13fa5eac28f938ca80d5557efacfb6 | [log] [tgz] |
---|---|---|
author | azvyagintsev <azvyagintsev@mirantis.com> | Sat Sep 21 13:00:16 2024 +0300 |
committer | Aleksey Zvyagintsev <azvyagintsev@mirantis.com> | Sat Sep 21 10:01:48 2024 +0000 |
tree | fefc5a8e70ce8757c7777951ac098b23e7cafd7a | |
parent | ad61fed404a092260fc8cc87a0902b62503e696c [diff] |
[wf]decrease sleep between seq run PRODX-46825 Change-Id: Iab8b33cfd4edcd52d52bf48aa6e7341e83a1baf8
diff --git a/src/com/mirantis/mk/Workflow.groovy b/src/com/mirantis/mk/Workflow.groovy index 8646073..342de2b 100644 --- a/src/com/mirantis/mk/Workflow.groovy +++ b/src/com/mirantis/mk/Workflow.groovy
@@ -851,7 +851,8 @@ jobs.each { stepName, job -> common.infoMsg("${prefixMsg} Running sequence ${stepName}") job() - sleep(30) + // just in case sleep. + sleep(5) } sequenceSummary['nested_result'] = 'SUCCESS' } catch (InterruptedException e) {