Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
test: jest setTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Apr 2, 2020
1 parent acecce6 commit 953d140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/formatter-write.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import webpack from 'webpack';

import conf from './utils/conf';

jest.setTimeout(30000);

describe('formatter write', () => {
it('should configured to write eslint results to a file (relative path)', (done) => {
const outputFilename = 'outputReport-relative.txt';
Expand Down
2 changes: 2 additions & 0 deletions test/multiple-engines.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { join } from 'path';

import pack from './utils/pack';

jest.setTimeout(30000);

describe('multiple engines', () => {
it('should will create an engine for each unique config', (done) => {
const loader = join(__dirname, '../src/index');
Expand Down

0 comments on commit 953d140

Please sign in to comment.