From ee17a5a0c3a0b99c09500546fbfee4a16b314720 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Wed, 2 Jun 2021 22:19:47 -0700 Subject: [PATCH] Update darwin.yaml --- .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 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}.