From 9493391a2a460cf65e49c979f8b4fd24da74d690 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 16 Feb 2021 10:53:04 -0500 Subject: [PATCH] CI: bump build and test timeouts to 60 minutes --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c246cf1e..e9e9b9d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: test: name: Test (+${{ matrix.rust }}) on ${{ matrix.os }} # The large timeout is to accommodate Windows builds - timeout-minutes: 45 + timeout-minutes: 60 runs-on: ${{ matrix.os }} strategy: matrix: @@ -58,12 +58,12 @@ jobs: build-chain-no-features: name: Build (+${{ matrix.rust }}) zebra-chain w/o features on ubuntu-latest - timeout-minutes: 30 - runs-on: ubuntu-latest + timeout-minutes: 60 + runs-on: ubuntu-latest strategy: matrix: rust: [stable, beta] - + steps: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 @@ -82,7 +82,7 @@ jobs: build: name: Build (+${{ matrix.rust }}) on ${{ matrix.os }} - timeout-minutes: 30 + timeout-minutes: 60 runs-on: ${{ matrix.os }} strategy: matrix: