From 4ef9ea482f959429d2864b2cbb309c5abf2b89fc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 4 Dec 2020 16:41:03 +0100 Subject: Fix live transcoding tests --- server/tests/api/live/live.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 23f8d2be1..d784650b5 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts @@ -417,7 +417,7 @@ describe('Test live', function () { await waitJobs(servers) const bitrateLimits = { - 720: 4000 * 1000, // 60FPS + 720: 5000 * 1000, // 60FPS 360: 1100 * 1000, 240: 600 * 1000 } -- cgit v1.2.3