1
0
Fork 0

Decrease the waiting time in the advanced friends test

This commit is contained in:
Chocobozzz 2015-12-07 17:19:13 +01:00
parent 8d6ae227e5
commit 1d7974c758

View file

@ -83,11 +83,9 @@
// Expulse pod 4 from pod 1 and 2
uploadVideo(1, function () {
setTimeout(function () {
uploadVideo(1, function () {
setTimeout(function () {
uploadVideo(2, function () {
setTimeout(function () {
uploadVideo(1, function () {
uploadVideo(2, function () {
setTimeout(function () {
// Rerun server 4
@ -117,11 +115,9 @@
})
}, 15000)
})
}, 15000)
})
}, 15000)
}, 11000)
})
}, 15000)
})
})
})