Skip to content

Commit 5542100

Browse files
committed
test: add retry to integration tests
1 parent dff8141 commit 5542100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import { createTempDir } from './utils/tempDir'
3232
import { isWindowsActions, normalizeWindowsNewlines } from './utils/crossPlatform'
3333

3434
jest.setTimeout(20000)
35+
jest.retryTimes(2)
3536

3637
// Replace path like `../../git/lint-staged` with `<path>/lint-staged`
3738
const replaceConfigPathSerializer = replaceSerializer(

0 commit comments

Comments
 (0)