Skip to content

Commit

Permalink
Increase macOS CI timeout (#6176)
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Feb 17, 2023
1 parent cbc4b44 commit bf80786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continous-integration-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
test:
name: Test ${{ matrix.rust }} on ${{ matrix.os }}${{ matrix.features }}
# The large timeout is to accommodate:
# - Windows builds (75 minutes, typically 30-50 minutes), and
# - parameter downloads (an extra 90 minutes, but only when the cache expires)
timeout-minutes: 165
# - macOS and Windows builds (90 minutes, typically 30-70 minutes), and
# - parameter downloads (an extra 100 minutes, but only when the cache expires)
timeout-minutes: 190
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit bf80786

Please sign in to comment.