From 3e8584b99ae03ab4d87db0fe70c49c3744e8d762 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Nov 2020 16:14:11 +0100 Subject: Fix live tests --- server/tests/api/live/live.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api') diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 94c966c9f..98a5287aa 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts @@ -324,7 +324,7 @@ describe('Test live', function () { for (let i = 0; i < resolutions.length; i++) { const segmentName = `${i}-000001.ts` - await waitUntilLog(servers[0], `${video.uuid}/${segmentName}`, 1, false) + await waitUntilLog(servers[0], `${video.uuid}/${segmentName}`, 2, false) const res = await getPlaylist(`${servers[0].url}/static/streaming-playlists/hls/${video.uuid}/${i}.m3u8`) const subPlaylist = res.text -- cgit v1.2.3