diff --git a/src/electron/src/updater.ts b/src/electron/src/updater.ts index 50a7170ec..2f677b1d3 100644 --- a/src/electron/src/updater.ts +++ b/src/electron/src/updater.ts @@ -54,7 +54,7 @@ function init() { buildVariables.BUILD_ENV === "alpha" || buildVariables.BUILD_ENV === "production" ) { - setTimeout(() => autoUpdater.checkForUpdates(), 5000); //Give time for main window to initialize + setTimeout(() => autoUpdater.checkForUpdates(), 6000); //Give time for main window to initialize } else { console.log("Checking for updates is disabled..."); }