]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase live tests timeout
authorChocobozzz <me@florianbigard.com>
Fri, 8 Oct 2021 14:00:32 +0000 (16:00 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 8 Oct 2021 14:00:41 +0000 (16:00 +0200)
server/tests/api/live/live.ts

index ba952aff57c2204e45fa45f2b4cb62447ebef8cd..5cac3bc4ef2543c3c298242ff07bb3589b0d1603 100644 (file)
@@ -439,7 +439,7 @@ describe('Test live', function () {
     })
 
     it('Should enable transcoding without additional resolutions', async function () {
-      this.timeout(60000)
+      this.timeout(120000)
 
       liveVideoId = await createLiveWrapper(false)
 
@@ -453,7 +453,7 @@ describe('Test live', function () {
     })
 
     it('Should enable transcoding with some resolutions', async function () {
-      this.timeout(60000)
+      this.timeout(120000)
 
       const resolutions = [ 240, 480 ]
       await updateConf(resolutions)