]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/video-abuse.js
require -> import
[github/Chocobozzz/PeerTube.git] / server / tests / api / video-abuse.js
index 1f64ec861ff3a9ce217daec0b56dfd93202b44f4..c2b6186bd8bef6fed88acae71329a8d1c0257a65 100644 (file)
@@ -17,7 +17,7 @@ describe('Test video abuses', function () {
   let servers = []
 
   before(function (done) {
-    this.timeout(30000)
+    this.timeout(40000)
 
     series([
       // Run servers
@@ -60,7 +60,7 @@ describe('Test video abuses', function () {
       },
       // Wait videos propagation
       function (next) {
-        setTimeout(next, 11000)
+        setTimeout(next, 22000)
       },
       function (next) {
         videosUtils.getVideosList(servers[0].url, function (err, res) {