Skip to content

Commit

Permalink
chore: retry complex errors test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 17, 2022
1 parent dec7683 commit ad5fb26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/__tests__/complexItemsInErrors.ts
Expand Up @@ -17,6 +17,9 @@ import {runContinuous} from '../runJest';

const tempDir = path.resolve(tmpdir(), 'complex-errors');

// this is a tiny bit flaky
jest.retryTimes(3);

beforeEach(() => {
createEmptyPackage(tempDir);
});
Expand Down

0 comments on commit ad5fb26

Please sign in to comment.