Increase ffmpeg tests timeout

pull/3970/head
Chocobozzz 2021-04-15 11:31:40 +02:00
parent 126a6352ec
commit 2df6f943b8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 5 deletions

View File

@ -255,7 +255,7 @@ describe('Test live', function () {
}
it('Should not allow a stream without the appropriate path', async function () {
this.timeout(30000)
this.timeout(60000)
liveVideo = await createLiveWrapper()
@ -264,14 +264,14 @@ describe('Test live', function () {
})
it('Should not allow a stream without the appropriate stream key', async function () {
this.timeout(30000)
this.timeout(60000)
const command = sendRTMPStream(rtmpUrl + '/live', 'bad-stream-key')
await testFfmpegStreamError(command, true)
})
it('Should succeed with the correct params', async function () {
this.timeout(30000)
this.timeout(60000)
const command = sendRTMPStream(rtmpUrl + '/live', liveVideo.streamKey)
await testFfmpegStreamError(command, false)
@ -292,7 +292,7 @@ describe('Test live', function () {
})
it('Should not allow a stream on a live that was blacklisted', async function () {
this.timeout(30000)
this.timeout(60000)
liveVideo = await createLiveWrapper()
@ -303,7 +303,7 @@ describe('Test live', function () {
})
it('Should not allow a stream on a live that was deleted', async function () {
this.timeout(30000)
this.timeout(60000)
liveVideo = await createLiveWrapper()