From 52296b96c7e4dec2eff5b04f18672a2748469d3d Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Fri, 20 Nov 2020 15:03:27 -0500 Subject: [PATCH] Bump test job timeout to 45 minutes because Windows debug builds are taking a while --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80af5e0c..05ff5c02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,8 @@ jobs: test: name: Test on ${{ matrix.os }} - timeout-minutes: 30 + # The large timeout is to accommodate Windows builds + timeout-minutes: 45 runs-on: ${{ matrix.os }} strategy: matrix: @@ -37,7 +38,7 @@ jobs: with: command: test 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 env: RUST_BACKTRACE: full