]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - test/api/multiplePods.js
Fix tests
[github/Chocobozzz/PeerTube.git] / test / api / multiplePods.js
index dd666d73e37e3a297b7aea559bfcdf37ff66f8c8..a831e0fa653239dc9d15ea32d0db9818f62a8f6e 100644 (file)
       })
 
       it('Should upload two videos on pod 3 and propagate on each pod', function (done) {
-        this.timeout(15000)
+        this.timeout(30000)
 
         utils.uploadVideo(urls[2], 'my super name for pod 3', 'my super description for pod 3', 'video_short3.webm', function (err) {
           if (err) throw err
 
                 done()
               })
-            }, 11000)
+            }, 22000)
           })
         })
       })