Increase test timeout
This commit is contained in:
parent
176806204c
commit
e69d1ed5cd
|
@ -610,7 +610,7 @@ describe('Test live', function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(160000)
|
this.timeout(300000)
|
||||||
|
|
||||||
liveVideoId = await createLiveWrapper({ saveReplay: false, permanent: false })
|
liveVideoId = await createLiveWrapper({ saveReplay: false, permanent: false })
|
||||||
liveVideoReplayId = await createLiveWrapper({ saveReplay: true, permanent: false })
|
liveVideoReplayId = await createLiveWrapper({ saveReplay: true, permanent: false })
|
||||||
|
|
Loading…
Reference in New Issue