From ee0fc353802affbc1dafdf110e453948b26eb0dd Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 26 Mar 2021 09:47:14 +1000 Subject: [PATCH] Increase coverage CI timeout (#1947) Since coverage uses nightly, it can be slightly slower than other CI. --- .github/workflows/coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 38409897..59f6fb49 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,7 +12,8 @@ jobs: coverage: name: Coverage (+nightly) - timeout-minutes: 30 + # The large timeout is to accommodate nightly builds + timeout-minutes: 45 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2