mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
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:
commit
1b04b56d85
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user