Skip to content

Commit

Permalink
add timeout seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpotts committed Dec 30, 2024
1 parent f8d9fc7 commit e101187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
- name: Make install-arrow
uses: nick-fields/retry@v2
with:
timeout_seconds: 1200 # or use timeout_minutes
max_attempts: 2
retry_on: error
command: |
Expand Down

0 comments on commit e101187

Please sign in to comment.