mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix travis tests
This commit is contained in:
parent
3f1ac36c6a
commit
12028e7a17
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ describe('Test multiple pods', function () {
|
||||||
videosUtils.uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes, next)
|
videosUtils.uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes, next)
|
||||||
},
|
},
|
||||||
function (next) {
|
function (next) {
|
||||||
setTimeout(next, 22000)
|
// Transcoding, so wait more that 22 seconds
|
||||||
|
setTimeout(next, 42000)
|
||||||
}],
|
}],
|
||||||
// All pods should have this video
|
// All pods should have this video
|
||||||
function (err) {
|
function (err) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue