From d3387b651eabc95578a50cb7113108f67598292e Mon Sep 17 00:00:00 2001 From: Taylor Hodge Date: Mon, 16 Oct 2023 17:45:40 -0700 Subject: [PATCH] wip: increase number of retries --- build_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_db.py b/build_db.py index dc06b22..92da94e 100644 --- a/build_db.py +++ b/build_db.py @@ -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 = {