From ca6704904d240780f47ec46bab06d698438b0c8c Mon Sep 17 00:00:00 2001 From: "pyamada (Remote Dev Environment)" Date: Wed, 29 May 2024 02:43:45 +0000 Subject: [PATCH 1/2] Mock change --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d212b93..87adbc6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Mock change + # @parcel/watcher A native C++ Node module for querying and subscribing to filesystem events. Used by [Parcel 2](https://github.com/parcel-bundler/parcel). From 362d1b3bab371ee7ce5828733acb6ba24beeb544 Mon Sep 17 00:00:00 2001 From: "pyamada (Remote Dev Environment)" Date: Wed, 29 May 2024 02:47:06 +0000 Subject: [PATCH 2/2] Raise test timeouts --- test/since.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/since.js b/test/since.js index c3db999..0cccee7 100644 --- a/test/since.js +++ b/test/since.js @@ -68,7 +68,7 @@ describe('since', () => { describe('files', () => { it('should emit when a file is created', async function () { - this.timeout(5000); + this.timeout(10000); let f = getFilename(); await watcher.writeSnapshot(tmpDir, snapshotPath, {backend}); if (isSecondPrecision) {