Skip to content

Commit

Permalink
test: increase timeout for clone specific test function
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSlome committed Nov 20, 2024
1 parent 9d229d9 commit bcf3aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testClearBareClone.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit bcf3aaa

Please sign in to comment.