Skip to content

Commit 89da7c8

Browse files
authored
Merge branch 'master' into master
2 parents 0e6bb6b + f98859c commit 89da7c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/integration/index.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ var path = require('path');
66
var webpack = require('webpack');
77
var ForkTsCheckerWebpackPlugin = require('../../lib/index');
88

9-
chai.config.truncateThreshold = 0
9+
chai.config.truncateThreshold = 0;
1010
var expect = chai.expect;
1111

1212
var webpackMajorVersion = require('./webpackVersion')();
1313

1414
describe('[INTEGRATION] index', function () {
15-
this.timeout(30000);
15+
this.timeout(60000);
1616
var plugin;
1717

1818
function createCompiler(options, happyPackMode) {

test/integration/vue.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var IncrementalChecker = require('../../lib/IncrementalChecker');
1111
var webpackMajorVersion = require('./webpackVersion')();
1212

1313
describe('[INTEGRATION] vue', function () {
14-
this.timeout(30000);
14+
this.timeout(60000);
1515
process.setMaxListeners(20);
1616
var plugin;
1717
var files;

0 commit comments

Comments
 (0)