diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-11 17:10:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-11 17:14:54 +0200 |
commit | dd84f4f2639cd67b8ff8c04423c59667d55180bf (patch) | |
tree | a5a583157735a05f8ebbae953c4deca8f328856d /server/tests | |
parent | 5e1bd8690b740e10aa3a959eb3ecaf7a0aae87cf (diff) | |
download | PeerTube-dd84f4f2639cd67b8ff8c04423c59667d55180bf.tar.gz PeerTube-dd84f4f2639cd67b8ff8c04423c59667d55180bf.tar.zst PeerTube-dd84f4f2639cd67b8ff8c04423c59667d55180bf.zip |
Wait segment sha processing
Diffstat (limited to 'server/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 0a7ae8536..3f2a304be 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -519,7 +519,7 @@ describe('Test live', function () { | |||
519 | } | 519 | } |
520 | 520 | ||
521 | const minBitrateLimits = { | 521 | const minBitrateLimits = { |
522 | 720: 5000 * 1000, | 522 | 720: 4800 * 1000, |
523 | 360: 1000 * 1000, | 523 | 360: 1000 * 1000, |
524 | 240: 550 * 1000 | 524 | 240: 550 * 1000 |
525 | } | 525 | } |