Skip to content

Commit

Permalink
Upping timeouts more
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Nov 4, 2023
1 parent b2470e6 commit 1721071
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/java-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
--factoryreset \
'
- name: Run Pairing AlreadyDiscovered Test
timeout-minutes: 15
timeout-minutes: 25
run: |
scripts/run_in_build_env.sh \
'./scripts/tests/run_java_test.py \
Expand All @@ -197,7 +197,7 @@ jobs:
--factoryreset \
'
- name: Run Pairing Address-PaseOnly Test
timeout-minutes: 15
timeout-minutes: 25
run: |
scripts/run_in_build_env.sh \
'./scripts/tests/run_java_test.py \
Expand All @@ -209,7 +209,7 @@ jobs:
--factoryreset \
'
- name: Run Pairing SetupQRCode Test
timeout-minutes: 15
timeout-minutes: 25
run: |
scripts/run_in_build_env.sh \
'./scripts/tests/run_java_test.py \
Expand All @@ -221,7 +221,7 @@ jobs:
--factoryreset \
'
- name: Run Pairing ManualCode Test
timeout-minutes: 15
timeout-minutes: 25
run: |
scripts/run_in_build_env.sh \
'./scripts/tests/run_java_test.py \
Expand Down

0 comments on commit 1721071

Please sign in to comment.