Skip to content

Commit 225cbe5

Browse files
committed
feat: increase backend resolving time
1 parent c55f0ac commit 225cbe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

electron-app/src/processes/backend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function startBackend() {
8686
// If the backend didn't fail in this period of time, resolve the promise
8787
setTimeout(() => {
8888
resolve(backendProcess);
89-
}, 2000);
89+
}, 4000);
9090

9191
// Handle process exit
9292
backendProcess.on("close", (code) => {

0 commit comments

Comments
 (0)