Skip to content

Commit

Permalink
Revert "Remove some java test timeouts: it consistently times out on …
Browse files Browse the repository at this point in the history
…PASE at 10m (#25341)" (#25353)

This reverts commit e2fa69a.
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 5, 2023
1 parent 4d63308 commit 3273948
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -549,12 +549,14 @@ 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
Expand All @@ -566,6 +568,7 @@ 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 \
Expand All @@ -575,6 +578,7 @@ jobs:
build \
"
- name: Run Discover Commissionables Test
timeout-minutes: 10
run: |
scripts/run_in_build_env.sh \
'./scripts/tests/run_java_test.py \
Expand All @@ -586,6 +590,7 @@ jobs:
--factoryreset \
'
- name: Run Pairing Onnetwork Test
timeout-minutes: 10
run: |
scripts/run_in_build_env.sh \
'./scripts/tests/run_java_test.py \
Expand All @@ -597,6 +602,7 @@ jobs:
--factoryreset \
'
- name: Run Pairing AlreadyDiscovered Test
timeout-minutes: 10
run: |
scripts/run_in_build_env.sh \
'./scripts/tests/run_java_test.py \
Expand All @@ -608,6 +614,7 @@ jobs:
--factoryreset \
'
- name: Run Pairing Address-PaseOnly Test
timeout-minutes: 10
run: |
scripts/run_in_build_env.sh \
'./scripts/tests/run_java_test.py \
Expand Down

0 comments on commit 3273948

Please sign in to comment.