File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ jobs:
61
61
- name : Build Linux tv-casting-app
62
62
run : |
63
63
./scripts/run_in_build_env.sh \
64
- "scripts/examples/gn_build_example.sh examples/tv-casting-app/linux/ out/tv-casting-app chip_casting_simplified=true "
64
+ "scripts/examples/gn_build_example.sh examples/tv-casting-app/linux/ out/tv-casting-app"
65
65
66
66
- name : Test casting from Linux tv-casting-app to Linux tv-app
67
67
run : |
68
68
./scripts/run_in_build_env.sh \
69
69
"python3 ./scripts/tests/run_tv_casting_test.py"
70
- timeout-minutes : 1
70
+ # timeout-minutes: 1
71
71
72
72
- name : Uploading Size Reports
73
73
uses : ./.github/actions/upload-size-reports
Original file line number Diff line number Diff line change 37
37
TEST_LAUNCHURL_MAX_WAIT_SEC = 10
38
38
39
39
# The maximum amount of time to verify the subscription state in the Linux tv-casting-app output before timeout.
40
- VERIFY_SUBSCRIPTION_STATE_MAX_WAIT_SEC = 10
40
+ VERIFY_SUBSCRIPTION_STATE_MAX_WAIT_SEC = 300
41
41
42
42
# File names of logs for the Linux tv-casting-app and the Linux tv-app.
43
43
LINUX_TV_APP_LOGS = 'Linux-tv-app-logs.txt'
You can’t perform that action at this time.
0 commit comments