Skip to content

test: ensure delay in recursive fs watch tests

The recursive fs watch tests that mutate the watched folder immediately after fs.watch() returns are all flaking in the CI while the others that mutate the folder with a bit of delay aren't flaking. So this patch adds a bit of delay for the rest of the tests to deflake them.

Refs: https://github.com/nodejs/reliability/issues/790

Merge request reports

Loading