]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/video-blacklist.js
require -> import
[github/Chocobozzz/PeerTube.git] / server / tests / api / video-blacklist.js
index c95fc17cb68ed44258b228411cde6a464b536057..20b7c5de3b7c509d7258e1b6d878c06edfb0a2d2 100644 (file)
@@ -17,7 +17,7 @@ describe('Test video blacklists', function () {
   let servers = []
 
   before(function (done) {
-    this.timeout(30000)
+    this.timeout(40000)
 
     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) {