diff --git a/src/main/index.js b/src/main/index.js index c82d8846..45b2c015 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -107,7 +107,7 @@ function init () { setTimeout(() => { console.error('Saving state took too long. Quitting.') app.quit() - }, 2000) // quit after 2 secs, at most + }, 4000) // quit after 4 secs, at most }) app.on('activate', function () {