Skip to content

Commit

Permalink
more retries
Browse files Browse the repository at this point in the history
  • Loading branch information
Anda committed Sep 19, 2024
1 parent cc55146 commit ee25e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/tests/task/test_generic_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_pause_and_unpause_generic_task() -> None:
detproc.check_call(sess, command)

# The task may still be PAUSING, retry a few times.
retries = 3
retries = 5
for i in range(retries):
pause_resp = bindings.get_GetTask(sess, taskId=task_resp.taskId)
if pause_resp.task.taskState == bindings.v1GenericTaskState.PAUSED:
Expand Down

0 comments on commit ee25e55

Please sign in to comment.