From e5779eb9686c75ae2233f1a670a6af70492d3773 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 7 Jul 2022 21:03:21 -0400 Subject: [PATCH] Increate macOS Intel installer build timeout to 55 (#12285) There are plenty of runs in the high 30s and even low 40s lately. --- .github/workflows/build-macos-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos-installer.yml b/.github/workflows/build-macos-installer.yml index 7096ee81fb7c..08d59a6b7883 100644 --- a/.github/workflows/build-macos-installer.yml +++ b/.github/workflows/build-macos-installer.yml @@ -21,7 +21,7 @@ jobs: build: name: MacOS Intel Installer runs-on: ${{ matrix.os }} - timeout-minutes: 40 + timeout-minutes: 55 strategy: fail-fast: false max-parallel: 4