Skip to content

Commit

Permalink
test(load): increase test timeout to avoid flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Jul 13, 2020
1 parent 0eaee18 commit 935e3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/load/src/load.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ test('recursive resolves parser preset from conventional atom', async () => {
expect((actual.parserPreset.parserOpts as any).headerPattern).toEqual(
/^(:.*?:) (.*)$/
);
});
}, 10000);

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

0 comments on commit 935e3cf

Please sign in to comment.