Skip to content

Commit

Permalink
fix timing test issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
igorzi committed Apr 4, 2024
1 parent 9e33050 commit e0440d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdata/run/rejection_handled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ setTimeout(async () => {

setTimeout(() => {
console.log("Success");
}, 50);
}, 100);

0 comments on commit e0440d7

Please sign in to comment.