From ffc12d3ad5b832602b1098cd3d601feeb618af7c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 2 Dec 2020 16:58:45 +0100 Subject: [PATCH] Increase live constraint test timeout --- server/tests/api/live/live-constraints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/live/live-constraints.ts b/server/tests/api/live/live-constraints.ts index 23c8e3b0a..257673b66 100644 --- a/server/tests/api/live/live-constraints.ts +++ b/server/tests/api/live/live-constraints.ts @@ -164,7 +164,7 @@ describe('Test live constraints', function () { }) it('Should have max duration limit', async function () { - this.timeout(30000) + this.timeout(60000) await updateCustomSubConfig(servers[0].url, servers[0].accessToken, { live: { -- 2.41.0