Bump test job timeout to 45 minutes because Windows debug builds are taking a while

This commit is contained in:
Deirdre Connolly 2020-11-20 15:03:27 -05:00 committed by Deirdre Connolly
parent 706c42de3e
commit 52296b96c7
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ jobs:
test: test:
name: Test on ${{ matrix.os }} name: Test on ${{ matrix.os }}
timeout-minutes: 30 # The large timeout is to accommodate Windows builds
timeout-minutes: 45
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
@ -37,7 +38,7 @@ jobs:
with: with:
command: test command: test
args: --verbose --all args: --verbose --all
# Explicitly run any tests that are usually #[ignored] # Explicitly run any tests that are usually #[ignored], modulo ZEBRA_SKIP_NETWORK_TESTS
- name: Run zebrad large sync tests - name: Run zebrad large sync tests
env: env:
RUST_BACKTRACE: full RUST_BACKTRACE: full