]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase permanent live test timeout
authorChocobozzz <me@florianbigard.com>
Tue, 8 Jun 2021 16:15:25 +0000 (18:15 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 8 Jun 2021 16:15:25 +0000 (18:15 +0200)
server/tests/api/live/live-permanent.ts

index d52e8c7e4b898acbbebce83918a2bb1417ff044a..2b440dbd075f88e33e4f6cd54ea166b9dcb20df2 100644 (file)
@@ -106,7 +106,7 @@ describe('Permenant live', function () {
   })
 
   it('Should stream into this permanent live', async function () {
-    this.timeout(60000)
+    this.timeout(120000)
 
     const command = await sendRTMPStreamInVideo(servers[0].url, servers[0].accessToken, videoUUID)