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

Commit 953d140

Browse files
test: jest setTimeout
1 parent acecce6 commit 953d140

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: test/formatter-write.test.js

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import webpack from 'webpack';
66

77
import conf from './utils/conf';
88

9+
jest.setTimeout(30000);
10+
911
describe('formatter write', () => {
1012
it('should configured to write eslint results to a file (relative path)', (done) => {
1113
const outputFilename = 'outputReport-relative.txt';

Diff for: test/multiple-engines.test.js

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { join } from 'path';
22

33
import pack from './utils/pack';
44

5+
jest.setTimeout(30000);
6+
57
describe('multiple engines', () => {
68
it('should will create an engine for each unique config', (done) => {
79
const loader = join(__dirname, '../src/index');

0 commit comments

Comments
 (0)