Increase live tests timeout

pull/4461/head
Chocobozzz 2021-10-08 16:00:32 +02:00
parent 0af2a8c5d6
commit 37e0a1c055
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -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)