mirror of https://github.com/Chocobozzz/PeerTube
Fix tests
parent
62326afb15
commit
b1ed221747
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue