aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live/live-save-replay.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/live/live-save-replay.ts')
-rw-r--r--server/tests/api/live/live-save-replay.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/tests/api/live/live-save-replay.ts b/server/tests/api/live/live-save-replay.ts
index bd683b2bf..6cd8cc23f 100644
--- a/server/tests/api/live/live-save-replay.ts
+++ b/server/tests/api/live/live-save-replay.ts
@@ -136,7 +136,7 @@ describe('Save replay setting', function () {
136 }) 136 })
137 137
138 it('Should correctly delete the video files after the stream ended', async function () { 138 it('Should correctly delete the video files after the stream ended', async function () {
139 this.timeout(30000) 139 this.timeout(40000)
140 140
141 await stopFfmpeg(ffmpegCommand) 141 await stopFfmpeg(ffmpegCommand)
142 142
@@ -146,6 +146,8 @@ describe('Save replay setting', function () {
146 await checkVideosExist(liveVideoUUID, false, HttpStatusCode.OK_200) 146 await checkVideosExist(liveVideoUUID, false, HttpStatusCode.OK_200)
147 await checkVideoState(liveVideoUUID, VideoState.LIVE_ENDED) 147 await checkVideoState(liveVideoUUID, VideoState.LIVE_ENDED)
148 148
149 await waitJobs(servers)
150
149 // No resolutions saved since we did not save replay 151 // No resolutions saved since we did not save replay
150 await checkLiveCleanup(servers[0], liveVideoUUID, []) 152 await checkLiveCleanup(servers[0], liveVideoUUID, [])
151 }) 153 })