Skip to content

Commit

Permalink
ci: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jul 24, 2024
1 parent 7b0d290 commit 76aed88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# I use this action because it is capable of retrying multiple times if there are any issues with the distribution server
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
timeout_minutes: 60
max_attempts: 6
retry_wait_seconds: 15
retry_on: error
Expand Down

0 comments on commit 76aed88

Please sign in to comment.