From 321d9d0495537e55cf7625481bf4c6372a1ba3f2 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 22 Jun 2023 11:45:20 -0700 Subject: [PATCH] Upping darwin timeout with the new TV stuff --- .github/workflows/darwin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index 0d47fd3f166941..b9e3626e46fda8 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -32,7 +32,7 @@ env: jobs: darwin: name: Build Darwin - timeout-minutes: 210 + timeout-minutes: 300 if: github.actor != 'restyled-io[bot]' runs-on: macos-latest @@ -167,7 +167,7 @@ jobs: xcodebuild test -target "Matter" -scheme "Matter Framework Tests" -sdk macosx -enableThreadSanitizer YES OTHER_CFLAGS='${inherited} -Werror -Wconversion -Wno-incomplete-umbrella -Wno-unguarded-availability-new' CHIP_IS_TSAN=YES > >(tee /tmp/darwin/framework-tests/darwin-tests-tsan.log) 2> >(tee /tmp/darwin/framework-tests/darwin-tests-tsan-err.log >&2) working-directory: src/darwin/Framework - name: Build Matter TV Casting Bridge - timeout-minutes: 20 + timeout-minutes: 35 run: | xcodebuild -target "MatterTvCastingBridge" -sdk iphoneos working-directory: examples/tv-casting-app/darwin/MatterTvCastingBridge