Skip to content

Commit

Permalink
CI: Increase timeouts for building and packaging Pulsar in GitHub Act…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
DeeDeeG committed Sep 26, 2023
1 parent abfbebf commit be56fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Build Pulsar
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
timeout_minutes: 30
timeout_minutes: 45
max_attempts: 3
retry_on: error
shell: bash
Expand All @@ -108,7 +108,7 @@ jobs:
TEAM_ID: ${{ secrets.TEAM_ID }}
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
timeout_minutes: 30
timeout_minutes: 45
max_attempts: 3
retry_on: error
command: |
Expand Down

0 comments on commit be56fbe

Please sign in to comment.