Allow HLS test to wait for stream changes

This commit is contained in:
Gabe Kangas
2023-01-22 21:07:49 -08:00
parent f4ed7d7453
commit 57beaacd2c
3 changed files with 92 additions and 83 deletions

View File

@@ -28,5 +28,10 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '1.18.8'
- name: Run HLS tests
run: cd test/automated/hls && ./run.sh
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
max_attempts: 3
command: cd test/automated/hls && ./run.sh