X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Ffollows.ts;fp=server%2Ftests%2Fapi%2Fserver%2Ffollows.ts;h=2a5fff82b046bc4eb42c635dd10e3e737f9cb86f;hb=f89189907bbdff6c4bc6d3460ed9ef4c49515f17;hp=dba9e107c3c227878c38785232fedd70e24063b2;hpb=41cde76bbf5ac16a90b5f158672523069db74009;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/follows.ts b/server/tests/api/server/follows.ts index dba9e107c..2a5fff82b 100644 --- a/server/tests/api/server/follows.ts +++ b/server/tests/api/server/follows.ts @@ -279,7 +279,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(120000) + this.timeout(160000) await servers[1].videos.upload({ attributes: { name: 'server2' } }) await servers[2].videos.upload({ attributes: { name: 'server3' } })