Skip to content

Commit

Permalink
Increase wait time in tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Aug 10, 2023
1 parent da8ac58 commit ce9fd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ def preprocess_run_config(config, project_dir, out_dir):
!= StatusOption.SUCCESSFUL
)

for __ in range(6):
time.sleep(10)
for __ in range(10):
time.sleep(60)
collect_status = Status.retrieve_job_status(
tmp_cwd, "collect-run", f"{tmp_cwd.name}_collect_run"
)
Expand Down

0 comments on commit ce9fd12

Please sign in to comment.