Skip to content

Commit

Permalink
Merge pull request #876 from dirac-institute/CI_fix_attempt
Browse files Browse the repository at this point in the history
up retry attempts for download of files
  • Loading branch information
mschwamb authored Mar 15, 2024
2 parents b885176 + c49c9fa commit 12ff4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sorcha/ephemeris/simulation_data_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ def make_retriever(directory_path: str = None, registry: dict = REGISTRY) -> poo
base_url="",
urls=URLS,
registry=registry,
retry_if_failed=1,
retry_if_failed=25,
)

0 comments on commit 12ff4da

Please sign in to comment.