Merge pull request #16 from resin-io/jviotti/fix/increase-osx-killtime

Increase OS X parent kill time to 500ms
This commit is contained in:
Juan Cruz Viotti 2015-11-18 13:58:25 -04:00
commit 1b04b56d85

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) {