mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix tests
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user