Skip to content

Commit bcf3aaa

Browse files
committed
test: increase timeout for clone specific test function
1 parent 9d229d9 commit bcf3aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testClearBareClone.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('clear bare and local clones', async () => {
2525
);
2626

2727
expect(fs.existsSync(`./.remote/${timestamp}`)).to.be.true;
28-
});
28+
}).timeout(10000);
2929

3030
it('clear bare clone function purges .remote folder and specific clone folder', async () => {
3131
const action = new Action('123', 'type', 'get', timestamp, 'finos/git-proxy');

0 commit comments

Comments
 (0)