Increase live transcoding test timeout
This commit is contained in:
parent
61a4bad51e
commit
5c08e1c29d
|
@ -498,7 +498,7 @@ describe('Test live', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should enable transcoding with some resolutions and correctly save them', async function () {
|
it('Should enable transcoding with some resolutions and correctly save them', async function () {
|
||||||
this.timeout(200000)
|
this.timeout(400_000)
|
||||||
|
|
||||||
const resolutions = [ 240, 360, 720 ]
|
const resolutions = [ 240, 360, 720 ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue