give taskmanager couple of seconds to kill all processes
This commit is contained in:
@@ -134,6 +134,8 @@ function cleanup(done) {
|
||||
async.series([
|
||||
server.stop,
|
||||
|
||||
function (callback) { setTimeout(callback, 2000); }, // give taskmanager tasks couple of seconds to finish
|
||||
|
||||
database._clear,
|
||||
|
||||
child_process.exec.bind(null, 'docker rm -f mysql; docker rm -f postgresql; docker rm -f mongodb')
|
||||
|
||||
Reference in New Issue
Block a user