From 3790366b2c8fb049703fa1deade63966da33f265 Mon Sep 17 00:00:00 2001 From: Fabien Danieau Date: Wed, 7 Aug 2024 15:22:20 +0200 Subject: [PATCH] enhancement #46: add manual sleep to wait for server --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index b62dd4a..aeffcde 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -36,7 +36,7 @@ jobs: - name: Unit tests uses: BerniWittmann/background-server-action@v1 with: - command: coverage run -m pytest, coverage xml, coverage json, coverage html + command: sleep 5, coverage run -m pytest, coverage xml, coverage json, coverage html start: cd $GITHUB_WORKSPACE/gst-plugins-rs/net/webrtc/signalling/ && cargo run --bin gst-webrtc-signalling-server - name: Archive code coverage html report