]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/follows.ts
Add ability for admins to set default p2p policy
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / follows.ts
index 748f4cd35689ffb8dc7c81ed204ead0aa3c411fc..c132d99eab382cc3d06ddea1fe4ec7ff5ed48263 100644 (file)
@@ -292,7 +292,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(60000)
+      this.timeout(120000)
 
       await servers[1].videos.upload({ attributes: { name: 'server2' } })
       await servers[2].videos.upload({ attributes: { name: 'server3' } })