From e69d1ed5cd4cc2b40914af98ffd8d54dff04cc9e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 17 Jun 2022 08:01:58 +0200 Subject: Increase test timeout --- server/tests/api/live/live.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') 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 }) -- cgit v1.2.3