diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/friends-advanced.js | 2 | ||||
-rw-r--r-- | server/tests/api/video-abuse.js | 2 | ||||
-rw-r--r-- | server/tests/api/video-blacklist.js | 2 |
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) { |