Skip to content

Commit

Permalink
change from 1 minute to 2 when waiting for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
devowit committed Aug 23, 2021
1 parent c4e2e91 commit 91d4069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async function waitForBackend() {
console.log(`Backend is ready`);
return;
} catch(error) {
await sleep(500); // Wait a bit before trying again
await sleep(1000); // Wait a bit before trying again
}
}

Expand Down

0 comments on commit 91d4069

Please # to comment.