Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 5fbd34c

Browse files
committed
Revert "chore(forge): add an arbitrary wait to see if it solves some CI errors"
This reverts commit 4f67298.
1 parent c827b20 commit 5fbd34c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

apps/desktop/electron-forge/forge.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ const config: ForgeConfig = {
211211
process.exit(1);
212212
}
213213
}
214-
215-
// Wait for a while to ensure the file system operations are completed.
216-
await new Promise(resolve => setTimeout(resolve, 3000));
217214
},
218215
// Gather all the artifacts produced by the makers and copy them to a common upload directory.
219216
async postMake(_, makeResults) {

0 commit comments

Comments
 (0)