]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase live test timeout
authorChocobozzz <me@florianbigard.com>
Fri, 8 Jan 2021 11:11:45 +0000 (12:11 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 8 Jan 2021 11:11:45 +0000 (12:11 +0100)
server/tests/api/live/live.ts

index f6b6d76779918ad86fc376ff526f211c12ca17db..ff822f84dc23f72962bbe053ef751f7842d82aa1 100644 (file)
@@ -415,7 +415,7 @@ describe('Test live', function () {
     })
 
     it('Should enable transcoding with some resolutions and correctly save them', async function () {
-      this.timeout(120000)
+      this.timeout(200000)
 
       const resolutions = [ 240, 360, 720 ]