Increase permanent live test timeout

pull/4175/head
Chocobozzz 2021-06-08 18:15:25 +02:00
parent bbfdeb3921
commit 17b064e394
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ describe('Permenant live', function () {
})
it('Should stream into this permanent live', async function () {
this.timeout(60000)
this.timeout(120000)
const command = await sendRTMPStreamInVideo(servers[0].url, servers[0].accessToken, videoUUID)