From ebdc588a327106dad4ed5268f30011ad5730e18b Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 1 Jun 2023 08:26:26 -0400 Subject: [PATCH] Bump the timeout on the build part of the darwin-tests job. (#26992) It's building 6 example apps plus darwin-framework-tool. The example apps now take 8-10 minutes each in CI, and darwin-framework-tool takes 15-20, so 75 minutes is too short. --- .github/workflows/darwin-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/darwin-tests.yaml b/.github/workflows/darwin-tests.yaml index 02c4f58af64b89..825e7257851363 100644 --- a/.github/workflows/darwin-tests.yaml +++ b/.github/workflows/darwin-tests.yaml @@ -92,7 +92,7 @@ jobs: run: defaults delete com.apple.dt.xctest.tool continue-on-error: true - name: Build Apps - timeout-minutes: 75 + timeout-minutes: 90 run: | ./scripts/run_in_build_env.sh \ "./scripts/build/build_examples.py \