Skip to content

Commit

Permalink
Increase max retries to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Oct 23, 2024
1 parent e6bece4 commit 1cb2e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_gene_experiments(self, gene):
:param gene_symbol: str
"""
url = self.gene_experiments_url.replace("-GENE_SYMBOL-", gene)
max_retries = 5
max_retries = 8
delay = 4

for i in range(max_retries):
Expand Down

0 comments on commit 1cb2e9d

Please sign in to comment.