mirror of https://github.com/Chocobozzz/PeerTube
Decrease the waiting time in the advanced friends test
parent
8d6ae227e5
commit
1d7974c758
|
@ -83,11 +83,9 @@
|
||||||
|
|
||||||
// Expulse pod 4 from pod 1 and 2
|
// Expulse pod 4 from pod 1 and 2
|
||||||
uploadVideo(1, function () {
|
uploadVideo(1, function () {
|
||||||
setTimeout(function () {
|
|
||||||
uploadVideo(1, function () {
|
|
||||||
setTimeout(function () {
|
|
||||||
uploadVideo(2, function () {
|
uploadVideo(2, function () {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
|
uploadVideo(1, function () {
|
||||||
uploadVideo(2, function () {
|
uploadVideo(2, function () {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
// Rerun server 4
|
// Rerun server 4
|
||||||
|
@ -117,11 +115,9 @@
|
||||||
})
|
})
|
||||||
}, 15000)
|
}, 15000)
|
||||||
})
|
})
|
||||||
}, 15000)
|
|
||||||
})
|
})
|
||||||
}, 15000)
|
}, 11000)
|
||||||
})
|
})
|
||||||
}, 15000)
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue