From bcd9f81eff05ffd930c5d8175fb907d4d371432a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Oct 2017 17:31:11 +0200 Subject: Add channels to upload form --- server/tests/api/friends-advanced.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/api/friends-advanced.ts') 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 -- cgit v1.2.3