From 987d5cecc547b67524a2480fafdc09742ba0205f Mon Sep 17 00:00:00 2001 From: Jeff Tung <100387939+jtung-apple@users.noreply.github.com> Date: Sat, 22 Oct 2022 15:07:00 -0700 Subject: [PATCH] Increase Darwin build overall timeout --- .github/workflows/darwin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index 105530ff36e283..73c1961edbc761 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -26,7 +26,7 @@ concurrency: jobs: darwin: name: Build Darwin - timeout-minutes: 150 + timeout-minutes: 210 if: github.actor != 'restyled-io[bot]' runs-on: macos-latest