]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Fri, 23 Apr 2021 06:34:17 +0000 (08:34 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 26 Apr 2021 09:33:14 +0000 (11:33 +0200)
server/tests/api/videos/multiple-servers.ts

index 971fb983c7d50aaf78254b1301f4a912037004c2..55e280e9fe916640c6bad558bd20fc2198716335 100644 (file)
@@ -577,7 +577,7 @@ describe('Test multiple servers', function () {
     })
 
     it('Should like and dislikes videos on different services', async function () {
-      this.timeout(30000)
+      this.timeout(50000)
 
       await rateVideo(servers[0].url, servers[0].accessToken, remoteVideosServer1[0], 'like')
       await wait(500)