From dd84f4f2639cd67b8ff8c04423c59667d55180bf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Oct 2022 17:10:53 +0200 Subject: Wait segment sha processing --- server/tests/api/live/live.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api') diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 0a7ae8536..3f2a304be 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts @@ -519,7 +519,7 @@ describe('Test live', function () { } const minBitrateLimits = { - 720: 5000 * 1000, + 720: 4800 * 1000, 360: 1000 * 1000, 240: 550 * 1000 } -- cgit v1.2.3