diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-05-05 13:42:52 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-05-05 13:42:52 +0200 |
commit | b1ed221747d6829232d2311c11e4fd26faa43c4f (patch) | |
tree | a82a71fea3c464fa9c6ddc416977532245bad09a /server/tests/api/video-abuse.js | |
parent | 62326afb151a1062253ac8b08bb62ce3f01e1267 (diff) | |
download | PeerTube-b1ed221747d6829232d2311c11e4fd26faa43c4f.tar.gz PeerTube-b1ed221747d6829232d2311c11e4fd26faa43c4f.tar.zst PeerTube-b1ed221747d6829232d2311c11e4fd26faa43c4f.zip |
Fix tests
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) { |