There was an error while loading. Please reload this page.
1 parent 5fc7015 commit 4d841fbCopy full SHA for 4d841fb
1 file changed
packages/tools/src/snap-test.ts
@@ -104,6 +104,7 @@ export async function snapTest() {
104
);
105
await runWithConcurrencyLimit(taskFunctions, cpuCount);
106
}
107
+ process.exit(0); // Ensure exit even if there are pending timed-out steps
108
109
110
interface Steps {
0 commit comments