]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase timeouts
authorChocobozzz <me@florianbigard.com>
Thu, 4 Mar 2021 08:40:17 +0000 (09:40 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 4 Mar 2021 08:40:17 +0000 (09:40 +0100)
server/tests/api/live/live.ts

index 19976ba8a4b9940e33bc942d9715346193240468..0831f91f0f542f3a36fdea3a0c8f02d0041cf050 100644 (file)
@@ -391,7 +391,7 @@ describe('Test live', function () {
     })
 
     it('Should enable transcoding without additional resolutions', async function () {
-      this.timeout(30000)
+      this.timeout(60000)
 
       liveVideoId = await createLiveWrapper(false)
 
@@ -405,7 +405,7 @@ describe('Test live', function () {
     })
 
     it('Should enable transcoding with some resolutions', async function () {
-      this.timeout(30000)
+      this.timeout(60000)
 
       const resolutions = [ 240, 480 ]
       await updateConf(resolutions)