Skip to content

Commit c4f3e36

Browse files
Adjust timing
1 parent 5079f9c commit c4f3e36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/examples-linux-tv-casting-app.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
Commissioner Generated Passcode
7878
run: |
7979
./scripts/run_in_build_env.sh \
80-
"python3 -u ./scripts/tests/run_tv_casting_test.py --commissioner-generated-passcode=True"
81-
timeout-minutes: 2 # Comment this out to debug if GitHub Action times out.
80+
"python3 ./scripts/tests/run_tv_casting_test.py --commissioner-generated-passcode=True"
81+
timeout-minutes: 5 # Comment this out to debug if GitHub Action times out.
8282

8383
- name: Uploading Size Reports
8484
uses: ./.github/actions/upload-size-reports

scripts/tests/linux/tv_casting_test_sequence_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Step:
4949
"""
5050

5151
# The maximum default time to wait while parsing for output string(s).
52-
DEFAULT_TIMEOUT_SEC = 10
52+
DEFAULT_TIMEOUT_SEC = 30
5353

5454
def __init__(
5555
self,

0 commit comments

Comments
 (0)