From 656ed49f24f678d54ebbf420809c1bd5162587c8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 24 Dec 2021 15:19:45 +0100 Subject: Increase timeout --- server/tests/api/live/live-permanent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/tests/api/live/live-permanent.ts b/server/tests/api/live/live-permanent.ts index c2392603b..3e6fec453 100644 --- a/server/tests/api/live/live-permanent.ts +++ b/server/tests/api/live/live-permanent.ts @@ -140,7 +140,7 @@ describe('Permanent live', function () { }) it('Should be able to stream again in the permanent live', async function () { - this.timeout(20000) + this.timeout(60000) await servers[0].config.updateCustomSubConfig({ newConfig: { -- cgit v1.2.3