Skip to content

Commit 47cb8f3

Browse files
authored
test: increase timeout for slow cli test (conventional-changelog#3265)
1 parent 9cfe390 commit 47cb8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: @commitlint/prompt-cli/cli.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ test('should print warning if stage is empty', async () => {
1919
const actual = await cli([], {cwd})('foo: bar');
2020
expect(actual.stdout).toContain('Nothing to commit.');
2121
expect(actual.stderr).toBe('');
22-
});
22+
}, 10000);

0 commit comments

Comments
 (0)