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:
teor 2022-04-20 10:58:55 +10:00 committed by GitHub
parent ad971bbdd5
commit 32556b8b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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: