Fix live transcoding tests

This commit is contained in:
Chocobozzz 2020-12-04 16:41:03 +01:00
parent 5f8327c507
commit 4ef9ea482f
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -417,7 +417,7 @@ describe('Test live', function () {
await waitJobs(servers)
const bitrateLimits = {
720: 4000 * 1000, // 60FPS
720: 5000 * 1000, // 60FPS
360: 1100 * 1000,
240: 600 * 1000
}