From f4057afd20c2767c7e434a8b53d32cf57ed56a05 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 11 Aug 2022 09:56:17 +0200 Subject: Fix live tests --- server/tests/api/live/live.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/live') diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index f6ad5c82e..33ac1491e 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts @@ -558,7 +558,7 @@ describe('Test live', function () { expect(file.size).to.be.greaterThan(1) if (resolution >= 720) { - expect(file.fps).to.be.approximately(60, 2) + expect(file.fps).to.be.approximately(60, 10) } else { expect(file.fps).to.be.approximately(30, 2) } -- cgit v1.2.3