diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-11 09:56:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-11 09:56:17 +0200 |
commit | f4057afd20c2767c7e434a8b53d32cf57ed56a05 (patch) | |
tree | 5e70604e6abbf415056dcbcfd15025f52f26f3eb | |
parent | 4fd6dcfb4432b71549fb2d4c3cc3b92f34c29665 (diff) | |
download | PeerTube-f4057afd20c2767c7e434a8b53d32cf57ed56a05.tar.gz PeerTube-f4057afd20c2767c7e434a8b53d32cf57ed56a05.tar.zst PeerTube-f4057afd20c2767c7e434a8b53d32cf57ed56a05.zip |
Fix live tests
-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 | } |