From 12137232923bac630ddffe038f1a10d1566667f1 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Mon, 8 May 2023 15:32:56 -0400 Subject: [PATCH] Increase timeout for BuildMatterTVCastingBridge build. (#26423) This seems to consistently timeout, like https://github.com/project-chip/connectedhomeip/actions/runs/4917361315/jobs/8785039570?pr=26419 --- .github/workflows/smoketest-darwin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoketest-darwin.yaml b/.github/workflows/smoketest-darwin.yaml index 7cefedeca044b0..55271cdef05c53 100644 --- a/.github/workflows/smoketest-darwin.yaml +++ b/.github/workflows/smoketest-darwin.yaml @@ -66,7 +66,7 @@ jobs: .environment/gn_out/.ninja_log .environment/pigweed-venv/*.log - name: Build Matter TV Casting Bridge - timeout-minutes: 20 + timeout-minutes: 45 run: | xcodebuild -target "MatterTvCastingBridge" -sdk iphoneos working-directory: examples/tv-casting-app/darwin/MatterTvCastingBridge