From 1c7fbce4fa817cdbb873a2bcb8af379bcba0edc9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 9 May 2023 08:58:15 +0200 Subject: [PATCH] Increase timeout --- server/tests/api/live/live-save-replay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })