From 9eee32fc34ece1cc5e624ae15d81bfede68be33f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 May 2017 14:11:01 +0200 Subject: Client: fix update button displayed on non owned video --- server/tests/api/video-abuse.js | 2 +- server/tests/api/video-blacklist.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/api') 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 () { let servers = [] before(function (done) { - this.timeout(30000) + this.timeout(40000) series([ // 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 () { let servers = [] before(function (done) { - this.timeout(30000) + this.timeout(40000) series([ // Run servers -- cgit v1.2.3