diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/video-abuse.js | 2 | ||||
-rw-r--r-- | server/tests/api/video-blacklist.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/video-abuse.js b/server/tests/api/video-abuse.js index a9af74857..c2b6186bd 100644 --- a/server/tests/api/video-abuse.js +++ b/server/tests/api/video-abuse.js | |||
@@ -17,7 +17,7 @@ describe('Test video abuses', function () { | |||
17 | let servers = [] | 17 | let servers = [] |
18 | 18 | ||
19 | before(function (done) { | 19 | before(function (done) { |
20 | this.timeout(30000) | 20 | this.timeout(40000) |
21 | 21 | ||
22 | series([ | 22 | series([ |
23 | // Run servers | 23 | // Run servers |
diff --git a/server/tests/api/video-blacklist.js b/server/tests/api/video-blacklist.js index 6287b9b08..20b7c5de3 100644 --- a/server/tests/api/video-blacklist.js +++ b/server/tests/api/video-blacklist.js | |||
@@ -17,7 +17,7 @@ describe('Test video blacklists', function () { | |||
17 | let servers = [] | 17 | let servers = [] |
18 | 18 | ||
19 | before(function (done) { | 19 | before(function (done) { |
20 | this.timeout(30000) | 20 | this.timeout(40000) |
21 | 21 | ||
22 | series([ | 22 | series([ |
23 | // Run servers | 23 | // Run servers |