Remove timeout in config-download

We can reach it easily with long-running command, let's remove it.

Change-Id: I9574597b0f4129d26ca2d09f7d3c9b67a4212bda
Closes-Bug: #1805649
This commit is contained in:
Thomas Herve 2018-11-28 16:19:24 +01:00
parent 2a2fe4f58c
commit 5d5c867887
1 changed files with 1 additions and 2 deletions

View File

@ -297,8 +297,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':