fix(ci): increase the Zcash parameter fetch timeout (#4148)
* fix(ci): increase the Zcash parameter fetch timeout * Also increase the coverage workflow timeout
This commit is contained in:
parent
ad971bbdd5
commit
32556b8b6b
|
@ -27,9 +27,9 @@ jobs:
|
|||
test:
|
||||
name: Test ${{ matrix.rust }} on ${{ matrix.os }}
|
||||
# The large timeout is to accommodate:
|
||||
# - Windows builds (75 minutes, typically 30-50 minutes)
|
||||
# - parameter downloads (40 minutes, but only when the cache expires)
|
||||
timeout-minutes: 115
|
||||
# - Windows builds (75 minutes, typically 30-50 minutes), and
|
||||
# - parameter downloads (an extra 90 minutes, but only when the cache expires)
|
||||
timeout-minutes: 165
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
@ -38,9 +38,9 @@ jobs:
|
|||
coverage:
|
||||
name: Coverage nightly
|
||||
# The large timeout is to accommodate:
|
||||
# - nightly builds (75 minutes, typically 30-50 minutes)
|
||||
# - parameter downloads (40 minutes, but only when the cache expires)
|
||||
timeout-minutes: 115
|
||||
# - nightly builds (75 minutes, typically 30-50 minutes), and
|
||||
# - parameter downloads (an extra 90 minutes, but only when the cache expires)
|
||||
timeout-minutes: 165
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue