From 646afdf259e9e25b59c5305aff231e131ea2fc52 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Tue, 31 Oct 2023 09:43:04 -0700 Subject: chore: use kqueue backend of notify on macOS (#21028) Towards #20996 "macos_fsevent" feature of notify links us to CoreFoundation on macOS. --- cli/tests/node_compat/test/parallel/test-fs-watchfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/node_compat/test/parallel') diff --git a/cli/tests/node_compat/test/parallel/test-fs-watchfile.js b/cli/tests/node_compat/test/parallel/test-fs-watchfile.js index 4acad4b94..a23620aff 100644 --- a/cli/tests/node_compat/test/parallel/test-fs-watchfile.js +++ b/cli/tests/node_compat/test/parallel/test-fs-watchfile.js @@ -107,6 +107,6 @@ if (common.isLinux || common.isOSX || common.isWindows) { fs.writeFile(path.join(dir, 'foo.txt'), 'foo', common.mustCall((err) => { if (err) assert.fail(err); })); - }, 1); + }, 20); })); } -- cgit v1.2.3