Fix live tests

pull/5190/head
Chocobozzz 2022-08-11 09:56:17 +02:00
parent 4fd6dcfb44
commit f4057afd20
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ describe('Test live', function () {
expect(file.size).to.be.greaterThan(1)
if (resolution >= 720) {
expect(file.fps).to.be.approximately(60, 2)
expect(file.fps).to.be.approximately(60, 10)
} else {
expect(file.fps).to.be.approximately(30, 2)
}