Skip to content

Commit

Permalink
test: slow down exit handler for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Dec 2, 2023
1 parent 01592a7 commit d0ffc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/cli.ts
Expand Up @@ -157,7 +157,7 @@ export default testSuite(({ describe }, node: NodeApis) => {
setTimeout(() => {
console.log(name, 'HANDLER COMPLETED');
process.exit(200);
}, 100);
}, 200);
});
}
Expand Down

0 comments on commit d0ffc29

Please sign in to comment.