Skip to content

Commit 3273948

Browse files
andy31415pull[bot]
authored andcommitted
Revert "Remove some java test timeouts: it consistently times out on PASE at 10m (#25341)" (#25353)
This reverts commit e2fa69a.
1 parent 4d63308 commit 3273948

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -549,12 +549,14 @@ jobs:
549549
550550
- name: Bootstrap cache
551551
uses: actions/cache@v3
552+
timeout-minutes: 10
552553
with:
553554
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
554555
path: |
555556
.environment
556557
build_overrides/pigweed_environment.gni
557558
- name: Bootstrap
559+
timeout-minutes: 10
558560
run: scripts/build/gn_bootstrap.sh
559561
- name: Uploading bootstrap logs
560562
uses: actions/upload-artifact@v3
@@ -566,6 +568,7 @@ jobs:
566568
.environment/pigweed-venv/*.log
567569
568570
- name: Build Java Matter Controller and all clusters app
571+
timeout-minutes: 50
569572
run: |
570573
scripts/run_in_build_env.sh './scripts/build_python.sh --install_wheel build-env'
571574
./scripts/run_in_build_env.sh \
@@ -575,6 +578,7 @@ jobs:
575578
build \
576579
"
577580
- name: Run Discover Commissionables Test
581+
timeout-minutes: 10
578582
run: |
579583
scripts/run_in_build_env.sh \
580584
'./scripts/tests/run_java_test.py \
@@ -586,6 +590,7 @@ jobs:
586590
--factoryreset \
587591
'
588592
- name: Run Pairing Onnetwork Test
593+
timeout-minutes: 10
589594
run: |
590595
scripts/run_in_build_env.sh \
591596
'./scripts/tests/run_java_test.py \
@@ -597,6 +602,7 @@ jobs:
597602
--factoryreset \
598603
'
599604
- name: Run Pairing AlreadyDiscovered Test
605+
timeout-minutes: 10
600606
run: |
601607
scripts/run_in_build_env.sh \
602608
'./scripts/tests/run_java_test.py \
@@ -608,6 +614,7 @@ jobs:
608614
--factoryreset \
609615
'
610616
- name: Run Pairing Address-PaseOnly Test
617+
timeout-minutes: 10
611618
run: |
612619
scripts/run_in_build_env.sh \
613620
'./scripts/tests/run_java_test.py \

0 commit comments

Comments
 (0)