Increase macOS CI timeout (#6176)
This commit is contained in:
parent
cbc4b44573
commit
bf80786182
|
|
@ -61,9 +61,9 @@ jobs:
|
||||||
test:
|
test:
|
||||||
name: Test ${{ matrix.rust }} on ${{ matrix.os }}${{ matrix.features }}
|
name: Test ${{ matrix.rust }} on ${{ matrix.os }}${{ matrix.features }}
|
||||||
# The large timeout is to accommodate:
|
# The large timeout is to accommodate:
|
||||||
# - Windows builds (75 minutes, typically 30-50 minutes), and
|
# - macOS and Windows builds (90 minutes, typically 30-70 minutes), and
|
||||||
# - parameter downloads (an extra 90 minutes, but only when the cache expires)
|
# - parameter downloads (an extra 100 minutes, but only when the cache expires)
|
||||||
timeout-minutes: 165
|
timeout-minutes: 190
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue