X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Ffriends-advanced.ts;h=139019398f7b940963c4a2c0bb4453ece692b200;hb=bcd9f81eff05ffd930c5d8175fb907d4d371432a;hp=fbfdf227e3c6de913acd026bea8604f648ba548c;hpb=5f04dd2f743961e0a06c29531cc3ccc9e4928d56;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/friends-advanced.ts b/server/tests/api/friends-advanced.ts index fbfdf227e..139019398 100644 --- a/server/tests/api/friends-advanced.ts +++ b/server/tests/api/friends-advanced.ts @@ -221,11 +221,11 @@ describe('Test advanced friends', function () { // Pod 4 is friend with : 2 3 // Pod 6 is friend with : 2 3 it('Should make friends between pod 1, 2, 3 and 6 and exchange their videos', async function () { - this.timeout(20000) + this.timeout(30000) await makeFriendsWrapper(1) - await wait(11000) + await wait(22000) const res = await getVideosWrapper(1) const videos = res.body.data