From: Chocobozzz Date: Sun, 25 Jun 2017 13:02:08 +0000 (+0200) Subject: Fix travis tests X-Git-Tag: v0.0.1-alpha~390 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=12028e7a17d0519a7dd052cf3d8c639feab8c87c;p=github%2FChocobozzz%2FPeerTube.git Fix travis tests --- 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 () { videosUtils.uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes, next) }, function (next) { - setTimeout(next, 22000) + // Transcoding, so wait more that 22 seconds + setTimeout(next, 42000) }], // All pods should have this video function (err) {