From 21609258dee096e1ecc3af7a2b9e841742ef7f7d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 May 2023 14:35:59 +0200 Subject: Increase timeouts --- server/tests/api/live/live-constraints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/live/live-constraints.ts') diff --git a/server/tests/api/live/live-constraints.ts b/server/tests/api/live/live-constraints.ts index fabb8798d..59e27cc62 100644 --- a/server/tests/api/live/live-constraints.ts +++ b/server/tests/api/live/live-constraints.ts @@ -190,7 +190,7 @@ describe('Test live constraints', function () { }) it('Should have max duration limit', async function () { - this.timeout(60000) + this.timeout(240000) await servers[0].config.updateCustomSubConfig({ newConfig: { -- cgit v1.2.3