aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-05-05 13:42:52 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-05-05 13:42:52 +0200
commitb1ed221747d6829232d2311c11e4fd26faa43c4f (patch)
treea82a71fea3c464fa9c6ddc416977532245bad09a /server/tests/api
parent62326afb151a1062253ac8b08bb62ce3f01e1267 (diff)
downloadPeerTube-b1ed221747d6829232d2311c11e4fd26faa43c4f.tar.gz
PeerTube-b1ed221747d6829232d2311c11e4fd26faa43c4f.tar.zst
PeerTube-b1ed221747d6829232d2311c11e4fd26faa43c4f.zip
Fix tests
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/friends-advanced.js2
-rw-r--r--server/tests/api/video-abuse.js2
-rw-r--r--server/tests/api/video-blacklist.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/api/friends-advanced.js b/server/tests/api/friends-advanced.js
index afa699914..d433e97d0 100644
--- a/server/tests/api/friends-advanced.js
+++ b/server/tests/api/friends-advanced.js
@@ -169,7 +169,7 @@ describe('Test advanced friends', function () {
169 uploadVideo(2, next) 169 uploadVideo(2, next)
170 }, 170 },
171 function (next) { 171 function (next) {
172 setTimeout(next, 11000) 172 setTimeout(next, 22000)
173 }, 173 },
174 // Rerun server 4 174 // Rerun server 4
175 function (next) { 175 function (next) {
diff --git a/server/tests/api/video-abuse.js b/server/tests/api/video-abuse.js
index 1f64ec861..a9af74857 100644
--- a/server/tests/api/video-abuse.js
+++ b/server/tests/api/video-abuse.js
@@ -60,7 +60,7 @@ describe('Test video abuses', function () {
60 }, 60 },
61 // Wait videos propagation 61 // Wait videos propagation
62 function (next) { 62 function (next) {
63 setTimeout(next, 11000) 63 setTimeout(next, 22000)
64 }, 64 },
65 function (next) { 65 function (next) {
66 videosUtils.getVideosList(servers[0].url, function (err, res) { 66 videosUtils.getVideosList(servers[0].url, function (err, res) {
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) {