Increase OS X parent kill time to 500ms

This commit is contained in:
Juan Cruz Viotti 2015-11-17 15:38:36 -04:00
parent 4925d1d722
commit 86d7424f90

View File

@ -48,7 +48,7 @@ exports.require = function(callback) {
sudoPrompt.exec(process.argv.join(' '));
setTimeout(function() {
process.exit(0);
}, 300);
}, 500);
}
else if (platform === 'win32') {
var command = _.map(process.argv, function(word) {