1
0
Fork 0

Increase test timeout

This commit is contained in:
Chocobozzz 2022-06-17 08:01:58 +02:00
parent 176806204c
commit e69d1ed5cd
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ describe('Test live', function () {
}
before(async function () {
this.timeout(160000)
this.timeout(300000)
liveVideoId = await createLiveWrapper({ saveReplay: false, permanent: false })
liveVideoReplayId = await createLiveWrapper({ saveReplay: true, permanent: false })