From eb4fb3be96ca706914a7b6d2903d3c7c522406bd Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 18 Dec 2022 19:41:03 +0100 Subject: [PATCH] chore: bump CI time-out to 3 hours (#1160) Otherwise MacOS debug builds never make it to the finish line. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 230c7bfc..7c6d5e44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: build: name: ${{ matrix.config.variant }} ${{ matrix.config.target }} runs-on: ${{ matrix.config.os }} - timeout-minutes: 120 + timeout-minutes: 180 strategy: # Always run main branch builds to completion. This allows the cache to # stay mostly up-to-date in situations where a single job fails due to