Skip to content

Commit

Permalink
[Linux] Add test logic to verify the subscription state in the Linux …
Browse files Browse the repository at this point in the history
…tv-casting-app. (project-chip#33398)

* [Linux] Add test logic to verify the subscription state in the Linux tv-casting-app.

* Fix timeout error caused by extract_value_from_string function, increased timeout values to prevent flaky test, and addressed PR comments from @sharadb-amazon.

* Refined logging messages format to improve readability.

* Addressed PR comments from @andy31415.

* Fixed CI check error.

* Trivial comment change to trigger Darwin Tests CI check to run again.
  • Loading branch information
shaoltan-amazon authored May 21, 2024
1 parent b77979a commit 7e7d2f9
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-tv-casting-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
./scripts/run_in_build_env.sh \
"python3 ./scripts/tests/run_tv_casting_test.py"
timeout-minutes: 1
timeout-minutes: 2 # Comment this out to debug if GitHub Action times out.

- name: Uploading Size Reports
uses: ./.github/actions/upload-size-reports
Expand Down
Loading

0 comments on commit 7e7d2f9

Please sign in to comment.