]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix tests
authorChocobozzz <florian.bigard@gmail.com>
Fri, 5 May 2017 11:42:52 +0000 (13:42 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 5 May 2017 11:42:52 +0000 (13:42 +0200)
server/tests/api/friends-advanced.js
server/tests/api/video-abuse.js
server/tests/api/video-blacklist.js

index afa69991482944bd16af90f7d8892e53cdec0a7e..d433e97d02a78582d5836f2030c77ffb9f60651f 100644 (file)
@@ -169,7 +169,7 @@ describe('Test advanced friends', function () {
         uploadVideo(2, next)
       },
       function (next) {
-        setTimeout(next, 11000)
+        setTimeout(next, 22000)
       },
       // Rerun server 4
       function (next) {
index 1f64ec861ff3a9ce217daec0b56dfd93202b44f4..a9af74857b297df6721806749fea2baeb0eceaa3 100644 (file)
@@ -60,7 +60,7 @@ describe('Test video abuses', function () {
       },
       // Wait videos propagation
       function (next) {
-        setTimeout(next, 11000)
+        setTimeout(next, 22000)
       },
       function (next) {
         videosUtils.getVideosList(servers[0].url, function (err, res) {
index c95fc17cb68ed44258b228411cde6a464b536057..6287b9b088a9902bde42c1578f2840c1ebe3bb5c 100644 (file)
@@ -53,7 +53,7 @@ describe('Test video blacklists', function () {
       },
       // Wait videos propagation
       function (next) {
-        setTimeout(next, 11000)
+        setTimeout(next, 22000)
       },
       function (next) {
         videosUtils.getVideosList(servers[0].url, function (err, res) {