From 5fbd34c7c14aaf02e3504397d18200623b26bedf Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 21 Jun 2025 14:18:36 +0300 Subject: [PATCH] Revert "chore(forge): add an arbitrary wait to see if it solves some CI errors" This reverts commit 4f6729857bb550cd3cbf799d573383acd3c10098. --- apps/desktop/electron-forge/forge.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/desktop/electron-forge/forge.config.ts b/apps/desktop/electron-forge/forge.config.ts index 7b47e2dfb..cdea3cc03 100644 --- a/apps/desktop/electron-forge/forge.config.ts +++ b/apps/desktop/electron-forge/forge.config.ts @@ -211,9 +211,6 @@ const config: ForgeConfig = { process.exit(1); } } - - // Wait for a while to ensure the file system operations are completed. - await new Promise(resolve => setTimeout(resolve, 3000)); }, // Gather all the artifacts produced by the makers and copy them to a common upload directory. async postMake(_, makeResults) {