Increase timeout
This commit is contained in:
parent
21609258de
commit
1c7fbce4fa
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ describe('Save replay setting', function () {
|
|||
})
|
||||
|
||||
it('Should correctly terminate the stream on blacklist and delete the live', async function () {
|
||||
this.timeout(40000)
|
||||
this.timeout(60000)
|
||||
|
||||
await publishLiveAndBlacklist({ permanent: false, replay: false })
|
||||
|
||||
|
|
Loading…
Reference in a new issue