Skip to content

Commit

Permalink
wip: increase number of retries
Browse files Browse the repository at this point in the history
  • Loading branch information
jthodge committed Oct 17, 2023
1 parent d17de44 commit d3387b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def build_database(repo_path):
retries = 0
response = None

while retries < 3:
while retries < 10:
headers = {}
if os.environ.get("GITHUB_TOKEN"):
headers = {
Expand Down

0 comments on commit d3387b6

Please sign in to comment.