From 99532fc76f94cebbf2f9cf3081ad1c3ede27bb03 Mon Sep 17 00:00:00 2001 From: Jeff Tung <100387939+jtung-apple@users.noreply.github.com> Date: Tue, 11 Oct 2022 13:33:29 -0700 Subject: [PATCH] Increased Darwin build time for the correct build action --- .github/workflows/darwin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index 8edfe80a0ca117..4c071c734109f7 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -64,11 +64,11 @@ jobs: .environment/gn_out/.ninja_log .environment/pigweed-venv/*.log - name: Run iOS Build Debug - timeout-minutes: 30 + timeout-minutes: 35 working-directory: src/darwin/Framework run: xcodebuild -target "Matter" -sdk iphoneos - name: Run iOS Build Release - timeout-minutes: 30 + timeout-minutes: 35 working-directory: src/darwin/Framework run: xcodebuild -target "Matter" -sdk iphoneos -configuration Release - name: Clean Build @@ -78,7 +78,7 @@ jobs: run: defaults delete com.apple.dt.xctest.tool continue-on-error: true - name: Run macOS Build - timeout-minutes: 45 + timeout-minutes: 40 # Enable -Werror by hand here, because the Xcode config can't # enable it for various reasons. Keep whatever Xcode settings # for OTHER_CFLAGS exist by using ${inherited}.