Skip to content

Commit

Permalink
Merge pull request #781 from pulsar-edit/CI-increase-macOS-binary-bui…
Browse files Browse the repository at this point in the history
…ld-timeout

CI: Increase timeout length for macOS binary builds
  • Loading branch information
confused-Techie authored Oct 22, 2023
2 parents 6f1c772 + 3487f9a commit b8a88fd
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 @@ -95,7 +95,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: yarn dist
Expand All @@ -104,7 +104,7 @@ jobs:
if: ${{ runner.os == 'macOS' && github.event_name != 'push' }}
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
timeout_minutes: 30
timeout_minutes: 45
max_attempts: 3
retry_on: error
command: yarn dist
Expand Down

0 comments on commit b8a88fd

Please sign in to comment.