Merge "[stable only] Remove timeout in config-download-export" into stable/train

This commit is contained in:
Zuul 2020-04-29 10:36:47 +00:00 committed by Gerrit Code Review
commit 06d40eeead
1 changed files with 1 additions and 2 deletions

View File

@ -399,8 +399,7 @@ def config_download_export(clients, **workflow_input):
workflow_input=workflow_input
)
for payload in base.wait_for_messages(workflow_client, ws, execution,
_WORKFLOW_TIMEOUT):
for payload in base.wait_for_messages(workflow_client, ws, execution):
message = payload.get('message')
if message:
print(message)