Relax bitrate/fps test

pull/5318/head
Chocobozzz 2022-09-28 11:21:25 +02:00
parent 0d6843decd
commit 43972ee466
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -538,7 +538,7 @@ describe('Test live', function () {
} }
const minBitrateLimits = { const minBitrateLimits = {
720: 5500 * 1000, 720: 5000 * 1000,
360: 1000 * 1000, 360: 1000 * 1000,
240: 550 * 1000 240: 550 * 1000
} }
@ -569,7 +569,7 @@ describe('Test live', function () {
if (resolution >= 720) { if (resolution >= 720) {
expect(file.fps).to.be.approximately(60, 10) expect(file.fps).to.be.approximately(60, 10)
} else { } else {
expect(file.fps).to.be.approximately(30, 2) expect(file.fps).to.be.approximately(30, 3)
} }
const filename = basename(file.fileUrl) const filename = basename(file.fileUrl)