diff options
Diffstat (limited to 'server/tests/api/video-abuse.js')
-rw-r--r-- | server/tests/api/video-abuse.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |