aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-blacklists.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/video-blacklists.js')
-rw-r--r--server/tests/api/check-params/video-blacklists.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-blacklists.js b/server/tests/api/check-params/video-blacklists.js
index a39ab0cfa..53b503e56 100644
--- a/server/tests/api/check-params/video-blacklists.js
+++ b/server/tests/api/check-params/video-blacklists.js
@@ -17,7 +17,7 @@ describe('Test video blacklists API validators', function () {
17 // --------------------------------------------------------------- 17 // ---------------------------------------------------------------
18 18
19 before(function (done) { 19 before(function (done) {
20 this.timeout(20000) 20 this.timeout(120000)
21 21
22 series([ 22 series([
23 function (next) { 23 function (next) {