aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/video-blacklist.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/video-blacklist.js')
-rw-r--r--server/tests/api/video-blacklist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/video-blacklist.js b/server/tests/api/video-blacklist.js
index c95fc17cb..6287b9b08 100644
--- a/server/tests/api/video-blacklist.js
+++ b/server/tests/api/video-blacklist.js
@@ -53,7 +53,7 @@ describe('Test video blacklists', function () {
53 }, 53 },
54 // Wait videos propagation 54 // Wait videos propagation
55 function (next) { 55 function (next) {
56 setTimeout(next, 11000) 56 setTimeout(next, 22000)
57 }, 57 },
58 function (next) { 58 function (next) {
59 videosUtils.getVideosList(servers[0].url, function (err, res) { 59 videosUtils.getVideosList(servers[0].url, function (err, res) {