Skip to content

Commit

Permalink
Make retries faster (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored May 20, 2024
1 parent 58a9d3e commit a99d151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
if head_cov != 0.0:
break
retries += 1
delay = retries * 30
delay = retries * 2
print(
f"::notice::Codecov API returned no head_totals, we will retry the request in {delay} seconds."
)
Expand Down

0 comments on commit a99d151

Please sign in to comment.