Increase live test timeout

This commit is contained in:
Chocobozzz
2021-01-08 12:11:45 +01:00
parent 66dbfa1f30
commit f42c21528b

View File

@@ -415,7 +415,7 @@ describe('Test live', function () {
})
it('Should enable transcoding with some resolutions and correctly save them', async function () {
this.timeout(120000)
this.timeout(200000)
const resolutions = [ 240, 360, 720 ]