diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 15:02:08 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 15:02:08 +0200 |
commit | 12028e7a17d0519a7dd052cf3d8c639feab8c87c (patch) | |
tree | e89b2057a82b8fc29ebfebb7be8d62032062c182 /server/tests | |
parent | 3f1ac36c6a06ccf313a045ece32ac02465887262 (diff) | |
download | PeerTube-12028e7a17d0519a7dd052cf3d8c639feab8c87c.tar.gz PeerTube-12028e7a17d0519a7dd052cf3d8c639feab8c87c.tar.zst PeerTube-12028e7a17d0519a7dd052cf3d8c639feab8c87c.zip |
Fix travis tests
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/multiple-pods.js | 3 |
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) { |