aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-04 16:41:03 +0100
committerChocobozzz <me@florianbigard.com>2020-12-04 16:41:03 +0100
commit4ef9ea482f959429d2864b2cbb309c5abf2b89fc (patch)
tree95f036e0977fa1922dbed54c0f85142b63f96f9f
parent5f8327c507b1f4eaaa5d4d4fa9a831e78eb7d4f4 (diff)
downloadPeerTube-4ef9ea482f959429d2864b2cbb309c5abf2b89fc.tar.gz
PeerTube-4ef9ea482f959429d2864b2cbb309c5abf2b89fc.tar.zst
PeerTube-4ef9ea482f959429d2864b2cbb309c5abf2b89fc.zip
Fix live transcoding 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 23f8d2be1..d784650b5 100644
--- a/server/tests/api/live/live.ts
+++ b/server/tests/api/live/live.ts
@@ -417,7 +417,7 @@ describe('Test live', function () {
417 await waitJobs(servers) 417 await waitJobs(servers)
418 418
419 const bitrateLimits = { 419 const bitrateLimits = {
420 720: 4000 * 1000, // 60FPS 420 720: 5000 * 1000, // 60FPS
421 360: 1100 * 1000, 421 360: 1100 * 1000,
422 240: 600 * 1000 422 240: 600 * 1000
423 } 423 }