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
(cherry picked from commit 66c902a2b6)
This commit is contained in:
Jose Luis Franco Arza 2017-08-09 12:52:29 +02:00 committed by Jose Luis Franco
parent 47c1e3b28f
commit 6f150ffa6e
1 changed files with 1 additions and 1 deletions

View File

@ -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: