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). 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) {