Increase live tests timeout
This commit is contained in:
parent
b51e5b7401
commit
d8fb3a2f0d
1 changed files with 2 additions and 2 deletions
|
@ -439,7 +439,7 @@ describe('Test live', function () {
|
|||
})
|
||||
|
||||
it('Should enable transcoding without additional resolutions', async function () {
|
||||
this.timeout(60000)
|
||||
this.timeout(120000)
|
||||
|
||||
liveVideoId = await createLiveWrapper(false)
|
||||
|
||||
|
@ -453,7 +453,7 @@ describe('Test live', function () {
|
|||
})
|
||||
|
||||
it('Should enable transcoding with some resolutions', async function () {
|
||||
this.timeout(60000)
|
||||
this.timeout(120000)
|
||||
|
||||
const resolutions = [ 240, 480 ]
|
||||
await updateConf(resolutions)
|
||||
|
|
Loading…
Reference in a new issue