Increase timeout in get_deprecated_parameters workflow
When upgrading from Ocata to Pike with containers it seems that for some systems 60 seconds is not enough for the workflow to finish. Increasing it solves the issue. Change-Id: I8fcabf906b38094aca9ce350bc580fdf5875573a Closes-Bug: #1709281
This commit is contained in:
@@ -114,7 +114,7 @@ def check_deprecated_parameters(clients, container):
|
||||
workflow_input=workflow_input
|
||||
)
|
||||
|
||||
messages = base.wait_for_messages(workflow_client, ws, execution, 60)
|
||||
messages = base.wait_for_messages(workflow_client, ws, execution, 120)
|
||||
|
||||
deprecated_params = []
|
||||
for message in messages:
|
||||
|
||||
Reference in New Issue
Block a user