Skip to content

Commit

Permalink
fix: increase timeout limit
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Jan 28, 2020
1 parent 7525e64 commit 0ec88ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanner/Scanner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('Scanner', () => {
});

it('runs fix when fix flag set to true', async () => {
jest.setTimeout(15000);
jest.setTimeout(20000);
const fixMock = jest.fn();
containerCtx = createTestContainer({ fix: true });
ESLintWithoutErrorsPractice.prototype.fix = fixMock;
Expand Down

0 comments on commit 0ec88ec

Please sign in to comment.