From 211992201814540c4c5e7f0568fad47a65119412 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Mon, 27 Feb 2023 09:42:55 -0500 Subject: [PATCH] Remove some java test timeouts: it consistently times out on PASE at 10m (#25341) --- .github/workflows/tests.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8fb92717e6c65b..9592ab2805a61a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -549,14 +549,12 @@ jobs: - name: Bootstrap cache uses: actions/cache@v3 - timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} path: | .environment build_overrides/pigweed_environment.gni - name: Bootstrap - timeout-minutes: 10 run: scripts/build/gn_bootstrap.sh - name: Uploading bootstrap logs uses: actions/upload-artifact@v3 @@ -568,7 +566,6 @@ jobs: .environment/pigweed-venv/*.log - name: Build Java Matter Controller and all clusters app - timeout-minutes: 50 run: | scripts/run_in_build_env.sh './scripts/build_python.sh --install_wheel build-env' ./scripts/run_in_build_env.sh \ @@ -578,7 +575,6 @@ jobs: build \ " - name: Run Discover Commissionables Test - timeout-minutes: 10 run: | scripts/run_in_build_env.sh \ './scripts/tests/run_java_test.py \ @@ -590,7 +586,6 @@ jobs: --factoryreset \ ' - name: Run Pairing Onnetwork Test - timeout-minutes: 10 run: | scripts/run_in_build_env.sh \ './scripts/tests/run_java_test.py \ @@ -602,7 +597,6 @@ jobs: --factoryreset \ ' - name: Run Pairing AlreadyDiscovered Test - timeout-minutes: 10 run: | scripts/run_in_build_env.sh \ './scripts/tests/run_java_test.py \ @@ -614,7 +608,6 @@ jobs: --factoryreset \ ' - name: Run Pairing Address-PaseOnly Test - timeout-minutes: 10 run: | scripts/run_in_build_env.sh \ './scripts/tests/run_java_test.py \