diff --git a/src/main.js b/src/main.js index da763dc5..b2f59d9b 100644 --- a/src/main.js +++ b/src/main.js @@ -69,7 +69,7 @@ app.whenReady().then(async () => { // Timeout to emulate startup loading // TODO: replace with real initialization if (process.env.NODE_ENV === 'production') { - await setTimeout(7000) + await setTimeout(5000) } // TODO: handle JSON parsing error