Skip to content

Commit

Permalink
Add time to wait for workflow canceled
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed May 19, 2022
1 parent d4ad138 commit 9acb42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/cancel_and_rerun_workflow_lambda/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def main(event):
exec_workflow_url([most_recent_workflow.cancel_url], token)
print("Cancelled")

for _ in range(30):
for _ in range(45):
latest_workflow_desc = get_workflow_description(most_recent_workflow.run_id)
print("Checking latest workflow", latest_workflow_desc)
if latest_workflow_desc.status in ("completed", "cancelled"):
Expand Down

0 comments on commit 9acb42f

Please sign in to comment.