From bf80786182749339fd8926648d2fb3f9ce5402b8 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 17 Feb 2023 16:08:59 +1000 Subject: [PATCH] Increase macOS CI timeout (#6176) --- .github/workflows/continous-integration-os.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continous-integration-os.yml b/.github/workflows/continous-integration-os.yml index 98d6d427d70..e21d8fb01fe 100644 --- a/.github/workflows/continous-integration-os.yml +++ b/.github/workflows/continous-integration-os.yml @@ -61,9 +61,9 @@ jobs: test: name: Test ${{ matrix.rust }} on ${{ matrix.os }}${{ matrix.features }} # The large timeout is to accommodate: - # - Windows builds (75 minutes, typically 30-50 minutes), and - # - parameter downloads (an extra 90 minutes, but only when the cache expires) - timeout-minutes: 165 + # - macOS and Windows builds (90 minutes, typically 30-70 minutes), and + # - parameter downloads (an extra 100 minutes, but only when the cache expires) + timeout-minutes: 190 runs-on: ${{ matrix.os }} strategy: fail-fast: false