Increase timeouts

pull/3822/head
Chocobozzz 2021-03-04 09:40:17 +01:00
parent 0bd6d35f13
commit dbb15e371a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -391,7 +391,7 @@ describe('Test live', function () {
})
it('Should enable transcoding without additional resolutions', async function () {
this.timeout(30000)
this.timeout(60000)
liveVideoId = await createLiveWrapper(false)
@ -405,7 +405,7 @@ describe('Test live', function () {
})
it('Should enable transcoding with some resolutions', async function () {
this.timeout(30000)
this.timeout(60000)
const resolutions = [ 240, 480 ]
await updateConf(resolutions)