Relax live fps test

This commit is contained in:
Chocobozzz 2020-11-20 15:39:24 +01:00
parent db7510d632
commit 47e363bbe9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ describe('Test live', function () {
const file = hlsPlaylist.files.find(f => f.resolution.id === resolution)
expect(file).to.exist
expect(file.fps).to.equal(25)
expect(file.fps).to.be.oneOf([ 24, 25 ])
expect(file.size).to.be.greaterThan(1)
await makeRawRequest(file.torrentUrl, 200)