diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index aa231f651a60fa..3eed1a04824222 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -46,7 +46,7 @@ jobs: with: submodules: true - name: Bootstrap - timeout-minutes: 3 + timeout-minutes: 5 run: scripts/build/gn_bootstrap.sh - name: Build libs timeout-minutes: 2 diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c20255015843ae..9843f5e9706e0d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,7 +51,7 @@ jobs: languages: "cpp" - name: Bootstrap - timeout-minutes: 3 + timeout-minutes: 5 run: scripts/build/gn_bootstrap.sh - name: Setup Build run: | diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index e6c3b803594cb6..3db35696b4a29b 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -42,7 +42,7 @@ 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: 10 + timeout-minutes: 15 working-directory: src/darwin/Framework run: xcodebuild -target "CHIP" -sdk iphoneos - name: Clean Build @@ -52,7 +52,7 @@ jobs: run: defaults delete com.apple.dt.xctest.tool continue-on-error: true - name: Run macOS Build - timeout-minutes: 10 + timeout-minutes: 15 # 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}. @@ -75,17 +75,17 @@ jobs: run: xcodebuild clean working-directory: src/darwin/Framework - name: Bootstrap - timeout-minutes: 3 + timeout-minutes: 5 run: scripts/build/gn_bootstrap.sh - name: Run Build Test Server - timeout-minutes: 5 + timeout-minutes: 10 run: | scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug chip_config_network_layer_ble=false - name: Delete Defaults run: defaults delete com.apple.dt.xctest.tool continue-on-error: true - name: Run Framework Tests - timeout-minutes: 5 + timeout-minutes: 10 run: | ../../../out/debug/chip-all-clusters-app & xcodebuild test -target "CHIP" -scheme "CHIP Framework Tests" -sdk macosx diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index 5d5a872e397773..58aa637685fb11 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -47,7 +47,7 @@ jobs: # with: # languages: "cpp, python" - name: Bootstrap - timeout-minutes: 3 + timeout-minutes: 5 run: scripts/build/gn_bootstrap.sh - name: Build example Standalone Echo Client timeout-minutes: 5 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f1441f4fcd2b08..70dd653f5b689e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -38,7 +38,7 @@ jobs: with: submodules: true - name: Bootstrap - timeout-minutes: 3 + timeout-minutes: 5 run: scripts/build/gn_bootstrap.sh - name: Build all clusters app timeout-minutes: 5 @@ -76,7 +76,7 @@ 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: Bootstrap - timeout-minutes: 3 + timeout-minutes: 5 run: scripts/build/gn_bootstrap.sh - name: Run Build Test Server timeout-minutes: 5 diff --git a/.github/workflows/unit_integration_test.yaml b/.github/workflows/unit_integration_test.yaml index acdba51c592b69..b1453407c76568 100644 --- a/.github/workflows/unit_integration_test.yaml +++ b/.github/workflows/unit_integration_test.yaml @@ -47,7 +47,7 @@ jobs: with: submodules: true - name: Bootstrap - timeout-minutes: 3 + timeout-minutes: 5 run: | mkdir -p /tmp/happy_test_logs ; mkdir -p /tmp/log_output ;