Increase timeouts

This commit is contained in:
Chocobozzz
2021-03-04 09:40:17 +01:00
parent 0bd6d35f13
commit dbb15e371a

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)