diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index 8393d0892c872f..00ccdbe758f525 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -58,11 +58,11 @@ jobs: .environment/gn_out/.ninja_log .environment/pigweed-venv/*.log - name: Run iOS Build Debug - timeout-minutes: 15 + timeout-minutes: 20 working-directory: src/darwin/Framework run: xcodebuild -target "CHIP" -sdk iphoneos - name: Run iOS Build Release - timeout-minutes: 15 + timeout-minutes: 20 working-directory: src/darwin/Framework run: xcodebuild -target "CHIP" -sdk iphoneos -configuration Release - name: Clean Build @@ -72,7 +72,7 @@ jobs: run: defaults delete com.apple.dt.xctest.tool continue-on-error: true - name: Run macOS Build - timeout-minutes: 15 + timeout-minutes: 20 # 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}.