Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: reduce sequential/test-fs-watch flakiness
The fs.watch test's write events sometimes aren't produced on OS X, possibly because of a fsevents race condition. This patch gives delays the writing a total of 20ms, which makes the test pass consistently. PR-URL: #1275 Reviewed-By: Ben Noordhuis <[email protected]>
- Loading branch information