]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix travis tests
authorChocobozzz <florian.bigard@gmail.com>
Sun, 25 Jun 2017 13:02:08 +0000 (15:02 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Sun, 25 Jun 2017 13:02:08 +0000 (15:02 +0200)
server/tests/api/multiple-pods.js

index feba68d743f2ffac9118311a9a4142fc223bdabd..d2c954b3aa53fb72c6a47422a3d0bf8a09b8ccfb 100644 (file)
@@ -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) {