Skip to content

Commit 5280f9a

Browse files
committed
Increase to avoid false negative on MacOS on CI
1 parent 8bba399 commit 5280f9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/archivist/recorder/repositories/git/index.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ let git;
3838
describe('GitRepository', () => {
3939
let subject;
4040

41-
before(async () => {
41+
before(async function () {
42+
this.timeout(5000);
4243
git = new Git({
4344
path: RECORDER_PATH,
4445
author: {

0 commit comments

Comments
 (0)