aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/friends-advanced.ts4
1 files changed, 2 insertions, 2 deletions
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 () {
221 // Pod 4 is friend with : 2 3 221 // Pod 4 is friend with : 2 3
222 // Pod 6 is friend with : 2 3 222 // Pod 6 is friend with : 2 3
223 it('Should make friends between pod 1, 2, 3 and 6 and exchange their videos', async function () { 223 it('Should make friends between pod 1, 2, 3 and 6 and exchange their videos', async function () {
224 this.timeout(20000) 224 this.timeout(30000)
225 225
226 await makeFriendsWrapper(1) 226 await makeFriendsWrapper(1)
227 227
228 await wait(11000) 228 await wait(22000)
229 229
230 const res = await getVideosWrapper(1) 230 const res = await getVideosWrapper(1)
231 const videos = res.body.data 231 const videos = res.body.data