Merge "Remove timeout in config-download" into stable/rocky

This commit is contained in:
Zuul 2018-12-06 18:23:07 +00:00 committed by Gerrit Code Review
commit 3659cb71af
1 changed files with 1 additions and 2 deletions

View File

@ -296,8 +296,7 @@ def config_download(log, clients, stack, templates,
workflow_input=workflow_input
)
for payload in base.wait_for_messages(workflow_client, ws, execution,
3600):
for payload in base.wait_for_messages(workflow_client, ws, execution):
print(payload['message'])
if payload['status'] == 'SUCCESS':