Fix transcoder test
This commit is contained in:
parent
d218e7de94
commit
8f3ad70874
|
@ -501,7 +501,7 @@ describe('Test video transcoding', function () {
|
||||||
|
|
||||||
const resolutions = [ 240, 360, 480, 720, 1080 ]
|
const resolutions = [ 240, 360, 480, 720, 1080 ]
|
||||||
for (const r of resolutions) {
|
for (const r of resolutions) {
|
||||||
expect(await getServerFileSize(servers[1], `videos/${videoUUID}-${r}.mp4`)).to.be.below(43)
|
expect(await getServerFileSize(servers[1], `videos/${videoUUID}-${r}.mp4`)).to.be.below(60000)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue