]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/live/live.ts
Increase timeouts
[github/Chocobozzz/PeerTube.git] / server / tests / api / live / live.ts
index 33ac1491e4f4ad6e64b9bd5ccc4d0774462c64fd..2ca147ebe1a474d530fee6c5c94d86a048dc279f 100644 (file)
@@ -223,7 +223,7 @@ describe('Test live', function () {
     let vodVideoId: string
 
     before(async function () {
-      this.timeout(120000)
+      this.timeout(240000)
 
       vodVideoId = (await servers[0].videos.quickUpload({ name: 'vod video' })).uuid