mirror of https://github.com/Chocobozzz/PeerTube
Fix live transcoding tests
parent
5f8327c507
commit
4ef9ea482f
|
@ -417,7 +417,7 @@ describe('Test live', function () {
|
||||||
await waitJobs(servers)
|
await waitJobs(servers)
|
||||||
|
|
||||||
const bitrateLimits = {
|
const bitrateLimits = {
|
||||||
720: 4000 * 1000, // 60FPS
|
720: 5000 * 1000, // 60FPS
|
||||||
360: 1100 * 1000,
|
360: 1100 * 1000,
|
||||||
240: 600 * 1000
|
240: 600 * 1000
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue