aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-25 17:31:11 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-10-26 09:11:38 +0200
commitbcd9f81eff05ffd930c5d8175fb907d4d371432a (patch)
tree071c9bff7135ae968f329623b77a4835e1afcb59 /server/tests/api
parentd412e80e5f748f92118541a5334c14ebd4a90881 (diff)
downloadPeerTube-bcd9f81eff05ffd930c5d8175fb907d4d371432a.tar.gz
PeerTube-bcd9f81eff05ffd930c5d8175fb907d4d371432a.tar.zst
PeerTube-bcd9f81eff05ffd930c5d8175fb907d4d371432a.zip
Add channels to upload form
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