Skip to content

Commit

Permalink
Increase the timeout waiting for workflows to finish. (#167)
Browse files Browse the repository at this point in the history
* In kubeflow/kubeflow#1109 We are seeing lots of timeouts waiting for the
  test workflows too complete.

* Bump the timeout to 1 hour.
  • Loading branch information
jlewi authored and k8s-ci-robot committed Jul 6, 2018
1 parent a50fb88 commit 2f9a392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/kubeflow/testing/run_e2e_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def run(args, file_handler): # pylint: disable=too-many-statements,too-many-bran
try:
results = argo_client.wait_for_workflows(api_client, get_namespace(args),
workflow_names,
timeout=datetime.timedelta(minutes=60),
status_callback=argo_client.log_status)
for r in results:
phase = r.get("status", {}).get("phase")
Expand Down

0 comments on commit 2f9a392

Please sign in to comment.