aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-11 09:56:17 +0200
committerChocobozzz <me@florianbigard.com>2022-08-11 09:56:17 +0200
commitf4057afd20c2767c7e434a8b53d32cf57ed56a05 (patch)
tree5e70604e6abbf415056dcbcfd15025f52f26f3eb /server/tests
parent4fd6dcfb4432b71549fb2d4c3cc3b92f34c29665 (diff)
downloadPeerTube-f4057afd20c2767c7e434a8b53d32cf57ed56a05.tar.gz
PeerTube-f4057afd20c2767c7e434a8b53d32cf57ed56a05.tar.zst
PeerTube-f4057afd20c2767c7e434a8b53d32cf57ed56a05.zip
Fix live tests
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/live/live.ts2
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 }