]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/follows.ts
Cleanup req files on bad request
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / follows.ts
index a19b47509792d6fb359c0f3be3b6b816e28d44e2..25c87b4dca380a4614c5f5518a4ffc46c2da1e1c 100644 (file)
@@ -178,7 +178,7 @@ describe('Test follows', function () {
   })
 
   it('Should upload a video on server 2 and 3 and propagate only the video of server 2', async function () {
-    this.timeout(10000)
+    this.timeout(35000)
 
     await uploadVideo(servers[1].url, servers[1].accessToken, { name: 'server2' })
     await uploadVideo(servers[2].url, servers[2].accessToken, { name: 'server3' })