diff --git a/server/tests/api/live/live-save-replay.ts b/server/tests/api/live/live-save-replay.ts index 3a9a84f7e..676d0af69 100644 --- a/server/tests/api/live/live-save-replay.ts +++ b/server/tests/api/live/live-save-replay.ts @@ -217,7 +217,7 @@ describe('Save replay setting', function () { }) it('Should correctly terminate the stream on blacklist and delete the live', async function () { - this.timeout(40000) + this.timeout(60000) await publishLiveAndBlacklist({ permanent: false, replay: false })