diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index c497f7840..b9caf394d 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts @@ -610,7 +610,7 @@ describe('Test live', function () { } before(async function () { - this.timeout(160000) + this.timeout(300000) liveVideoId = await createLiveWrapper({ saveReplay: false, permanent: false }) liveVideoReplayId = await createLiveWrapper({ saveReplay: true, permanent: false })