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, 2 insertions, 2 deletions
diff --git a/server/tests/api/live/live-save-replay.ts b/server/tests/api/live/live-save-replay.ts
index 7ddcb04ef..99ad3b2e1 100644
--- a/server/tests/api/live/live-save-replay.ts
+++ b/server/tests/api/live/live-save-replay.ts
@@ -316,7 +316,7 @@ describe('Save replay setting', function () {
316 }) 316 })
317 317
318 it('Should correctly terminate the stream on blacklist and blacklist the saved replay video', async function () { 318 it('Should correctly terminate the stream on blacklist and blacklist the saved replay video', async function () {
319 this.timeout(40000) 319 this.timeout(120000)
320 320
321 await publishLiveAndBlacklist({ permanent: false, replay: true }) 321 await publishLiveAndBlacklist({ permanent: false, replay: true })
322 322
@@ -412,7 +412,7 @@ describe('Save replay setting', function () {
412 }) 412 })
413 413
414 it('Should correctly terminate the stream on blacklist and blacklist the saved replay video', async function () { 414 it('Should correctly terminate the stream on blacklist and blacklist the saved replay video', async function () {
415 this.timeout(60000) 415 this.timeout(120000)
416 416
417 await servers[0].videos.remove({ id: lastReplayUUID }) 417 await servers[0].videos.remove({ id: lastReplayUUID })
418 const { liveDetails } = await publishLiveAndBlacklist({ permanent: true, replay: true }) 418 const { liveDetails } = await publishLiveAndBlacklist({ permanent: true, replay: true })