X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fvideo-blacklist.js;h=79a2fec8d33195afce722da50346063bfbb0e4da;hb=b0f9f39ed70299a208d1b388c72de8b7f3510cb7;hp=c95fc17cb68ed44258b228411cde6a464b536057;hpb=843aa7ba0312e7180e7bbae147e32ee60e70d9ba;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/video-blacklist.js b/server/tests/api/video-blacklist.js index c95fc17cb..79a2fec8d 100644 --- a/server/tests/api/video-blacklist.js +++ b/server/tests/api/video-blacklist.js @@ -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) {