From 0cd204be3996ce1e173f33664ac70820522f5fbd Mon Sep 17 00:00:00 2001 From: ArjhanToteck <38510221+ArjhanToteck@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:19:26 -0600 Subject: [PATCH] wondering if its just slow --- test/Watchpack.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Watchpack.js b/test/Watchpack.js index a1963ba..7f53c1b 100644 --- a/test/Watchpack.js +++ b/test/Watchpack.js @@ -1226,7 +1226,9 @@ describe("Watchpack", function() { } if (symlinksSupported) { - describe("symlinks", () => { + describe("symlinks", function() { + this.timeout(20000); + beforeEach(done => { testHelper.dir("a"); testHelper.dir(path.join("a", "b"));