aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/multiple-pods.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tests/api/multiple-pods.js b/server/tests/api/multiple-pods.js
index feba68d74..d2c954b3a 100644
--- a/server/tests/api/multiple-pods.js
+++ b/server/tests/api/multiple-pods.js
@@ -170,7 +170,8 @@ describe('Test multiple pods', function () {
170 videosUtils.uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes, next) 170 videosUtils.uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes, next)
171 }, 171 },
172 function (next) { 172 function (next) {
173 setTimeout(next, 22000) 173 // Transcoding, so wait more that 22 seconds
174 setTimeout(next, 42000)
174 }], 175 }],
175 // All pods should have this video 176 // All pods should have this video
176 function (err) { 177 function (err) {