diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index eacd8195c04097..45833322d1b404 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -42,14 +42,14 @@ jobs: OPEN_SSL_VERSION=`ls -la /usr/local/Cellar/openssl@1.1 | cat | tail -n1 | awk '{print $NF}'` ln -s /usr/local/Cellar/openssl@1.1/$OPEN_SSL_VERSION/lib/pkgconfig/* . - name: Run iOS Build - timeout-minutes: 5 + timeout-minutes: 10 working-directory: src/darwin/Framework run: xcodebuild -target "CHIP" -sdk iphoneos - name: Clean Build run: xcodebuild clean working-directory: src/darwin/Framework - name: Run macOS Build - timeout-minutes: 5 + timeout-minutes: 10 # 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}.