Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change makes the eventloopdelay test less flakey on some platforms by replacing a blocking-wait with a busy-wait which means the eventloop will always be positive increase. This is a partial revert of nodejs#30787 that returns the test to the state it had originally.
- Loading branch information