]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Fri, 17 Jun 2022 06:01:58 +0000 (08:01 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 17 Jun 2022 06:01:58 +0000 (08:01 +0200)
server/tests/api/live/live.ts

index c497f7840afec94f2e1cda43ea04952c7515e919..b9caf394d7ab9e84c21e1edf11297da8770d5dba 100644 (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 })