mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Increase test timeout
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user