diff --git a/node/server.js b/node/server.js index a31f6a0fb..db16f8343 100644 --- a/node/server.js +++ b/node/server.js @@ -378,6 +378,10 @@ async.waterfall([ process.exit(0); }); + + setTimeout(function(){ + process.exit(1); + }, 3000); } //connect graceful shutdown with sigint and uncaughtexception