aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-05-05 14:11:01 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-05-05 14:11:01 +0200
commit9eee32fc34ece1cc5e624ae15d81bfede68be33f (patch)
tree51490553777779572d2adfa7c5f1c117defbedce /server
parentb1ed221747d6829232d2311c11e4fd26faa43c4f (diff)
downloadPeerTube-9eee32fc34ece1cc5e624ae15d81bfede68be33f.tar.gz
PeerTube-9eee32fc34ece1cc5e624ae15d81bfede68be33f.tar.zst
PeerTube-9eee32fc34ece1cc5e624ae15d81bfede68be33f.zip
Client: fix update button displayed on non owned video
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/video-abuse.js2
-rw-r--r--server/tests/api/video-blacklist.js2
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