Decrease the waiting time in the advanced friends test
This commit is contained in:
parent
8d6ae227e5
commit
1d7974c758
1 changed files with 25 additions and 29 deletions
|
@ -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)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue