Skip to content

Commit

Permalink
enhancement #46: add 30s timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Aug 7, 2024
1 parent 8541baa commit a69a09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Unit tests
uses: BerniWittmann/background-server-action@v1
with:
command: until lsof -i :8443; do sleep 1; done && coverage run -m pytest
command: timeout --signal=SIGTERM 30s bash -c 'until lsof -i :8443; do sleep 1; done' && coverage run -m pytest
start: cd $GITHUB_WORKSPACE/gst-plugins-rs/net/webrtc/signalling/ && cargo run --bin gst-webrtc-signalling-server

- name: Generate reports
Expand Down

0 comments on commit a69a09c

Please sign in to comment.