From b2243e86a04cc4ab47da74f77fdfab3e7e1aa9d1 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Sun, 7 Apr 2024 16:05:14 -0700 Subject: [PATCH] debugging windows --- test/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index f79d340..4ecee45 100644 --- a/test/index.js +++ b/test/index.js @@ -405,6 +405,8 @@ function suite(moduleName) { os.tmpdir() + '/glob-stream-*.txt', ]; + console.log(paths); + function assert(pathObjs) { fs.unlinkSync(testFile, "test"); expect(pathObjs.length).toEqual(4); @@ -440,7 +442,7 @@ function suite(moduleName) { // https://github.com/gulpjs/glob-stream/issues/129 it('does not take a long time when when checking a singular glob in the project root', function (done) { // Extremely short timeout to ensure we aren't traversing node_modules - this.timeout(10); + this.timeout(20); var expected = { cwd: cwd,