Skip to content

Commit

Permalink
Merge pull request #54 from Luois45/44-action-workflow-failed
Browse files Browse the repository at this point in the history
Increase max retries for updating package lists
  • Loading branch information
louisa-uno authored Jul 19, 2022
2 parents cce9de4 + 8851697 commit 13403b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_package_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: execute py script
uses: nick-invision/retry@v2
with:
timeout_minutes: 60
max_attempts: 30
retry_wait_seconds: 60
timeout_minutes: 120
max_attempts: 60
retry_wait_seconds: 180
command: python get_package_list.py
- name: commit files and push changes
run: |
Expand Down

0 comments on commit 13403b5

Please sign in to comment.