Increase live test timeout
This commit is contained in:
parent
66dbfa1f30
commit
f42c21528b
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,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(120000)
|
this.timeout(200000)
|
||||||
|
|
||||||
const resolutions = [ 240, 360, 720 ]
|
const resolutions = [ 240, 360, 720 ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue