Skip to content

Commit f84d31f

Browse files
Increase overall timeout of the test to 10 minutes
1 parent 66a1149 commit f84d31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
./scripts/run_in_build_env.sh \
8080
"python3 ./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.
81+
timeout-minutes: 10 # Comment this out to debug if GitHub Action times out.
8282

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

0 commit comments

Comments
 (0)