Skip to content

Commit d20be0f

Browse files
authored
Merge pull request #516 from ZIMkaRU/feature/increase-app-initialization-timeout
Increase app initialization timeout
2 parents ef8fdfd + 0a1dd1f commit d20be0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/initialize-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const _ipcMessToPromise = (ipc) => {
9090
const timeout = setTimeout(() => {
9191
rmHandler()
9292
reject(new AppInitializationError())
93-
}, 10 * 60 * 1000).unref()
93+
}, 30 * 60 * 1000).unref()
9494

9595
const rmHandler = () => {
9696
ipc.off('message', handler)

0 commit comments

Comments
 (0)