Decrease the waiting time in the advanced friends test

pull/10/head
Chocobozzz 2015-12-07 17:19:13 +01:00
parent 8d6ae227e5
commit 1d7974c758
1 changed files with 25 additions and 29 deletions

View File

@ -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)
}) })
}) })
}) })