Skip to content

Commit 935e3cf

Browse files
committed
test(load): increase test timeout to avoid flakiness
1 parent 0eaee18 commit 935e3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/load/src/load.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ test('recursive resolves parser preset from conventional atom', async () => {
423423
expect((actual.parserPreset.parserOpts as any).headerPattern).toEqual(
424424
/^(:.*?:) (.*)$/
425425
);
426-
});
426+
}, 10000);
427427

428428
test('resolves parser preset from conventional commits without factory support', async () => {
429429
const cwd = await npmBootstrap(

0 commit comments

Comments
 (0)