Skip to content

Commit

Permalink
Try 2 retries
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Dec 1, 2023
1 parent d249378 commit 9e07841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_whole_board/test_whole_board.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_run(x, y, b):
triad=(x, y, b), machine_name=SPALLOC_MACHINE)
with job:
job.launch_keepalive_task()
job.wait_until_ready(n_retries=1)
job.wait_until_ready(n_retries=2)
state = job.get_state()
# If queued or destroyed skip test
if state == SpallocState.QUEUED:
Expand Down

0 comments on commit 9e07841

Please sign in to comment.