]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/video-blacklist.js
Begin user quota
[github/Chocobozzz/PeerTube.git] / server / tests / api / video-blacklist.js
index c95fc17cb68ed44258b228411cde6a464b536057..79a2fec8d33195afce722da50346063bfbb0e4da 100644 (file)
@@ -17,7 +17,7 @@ describe('Test video blacklists', function () {
   let servers = []
 
   before(function (done) {
-    this.timeout(30000)
+    this.timeout(120000)
 
     series([
       // Run servers
@@ -53,7 +53,7 @@ describe('Test video blacklists', function () {
       },
       // Wait videos propagation
       function (next) {
-        setTimeout(next, 11000)
+        setTimeout(next, 22000)
       },
       function (next) {
         videosUtils.getVideosList(servers[0].url, function (err, res) {