Revert "chore(forge): add an arbitrary wait to see if it solves some CI errors"

This reverts commit 4f6729857bb550cd3cbf799d573383acd3c10098.
This commit is contained in:
Elian Doran 2025-06-21 14:18:36 +03:00
parent c827b20e26
commit 5fbd34c7c1
No known key found for this signature in database

View File

@ -211,9 +211,6 @@ const config: ForgeConfig = {
process.exit(1); 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. // Gather all the artifacts produced by the makers and copy them to a common upload directory.
async postMake(_, makeResults) { async postMake(_, makeResults) {