diff options
Diffstat (limited to 'server/tests/api/live/live.ts')
-rw-r--r-- | server/tests/api/live/live.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
558 | expect(file.size).to.be.greaterThan(1) | 558 | expect(file.size).to.be.greaterThan(1) |
559 | 559 | ||
560 | if (resolution >= 720) { | 560 | if (resolution >= 720) { |
561 | expect(file.fps).to.be.approximately(60, 2) | 561 | expect(file.fps).to.be.approximately(60, 10) |
562 | } else { | 562 | } else { |
563 | expect(file.fps).to.be.approximately(30, 2) | 563 | expect(file.fps).to.be.approximately(30, 2) |
564 | } | 564 | } |