From 3cb60ca19eba97738342a10e15d5e5a916e2e690 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 May 2022 13:38:01 +0200 Subject: [PATCH] Increase test timeout --- server/tests/api/live/live.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 9b8fbe3e2..c497f7840 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts @@ -654,7 +654,7 @@ describe('Test live', function () { }) it('Should save a non permanent live replay', async function () { - this.timeout(120000) + this.timeout(240000) await commands[0].waitUntilPublished({ videoId: liveVideoReplayId })