From bcf3aaaea6b8619a0e11034f52348e26b4902e91 Mon Sep 17 00:00:00 2001 From: Jamie Slome Date: Wed, 20 Nov 2024 12:07:31 +0000 Subject: [PATCH] test: increase timeout for clone specific test function --- test/testClearBareClone.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testClearBareClone.test.js b/test/testClearBareClone.test.js index e420980b..b01aae62 100644 --- a/test/testClearBareClone.test.js +++ b/test/testClearBareClone.test.js @@ -25,7 +25,7 @@ describe('clear bare and local clones', async () => { ); expect(fs.existsSync(`./.remote/${timestamp}`)).to.be.true; - }); + }).timeout(10000); it('clear bare clone function purges .remote folder and specific clone folder', async () => { const action = new Action('123', 'type', 'get', timestamp, 'finos/git-proxy');