Skip to content

Commit

Permalink
test: add retry to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Jan 20, 2022
1 parent dff8141 commit 5542100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration.test.js
Expand Up @@ -32,6 +32,7 @@ import { createTempDir } from './utils/tempDir'
import { isWindowsActions, normalizeWindowsNewlines } from './utils/crossPlatform'

jest.setTimeout(20000)
jest.retryTimes(2)

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

0 comments on commit 5542100

Please sign in to comment.