File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ var path = require('path');
6
6
var webpack = require ( 'webpack' ) ;
7
7
var ForkTsCheckerWebpackPlugin = require ( '../../lib/index' ) ;
8
8
9
- chai . config . truncateThreshold = 0
9
+ chai . config . truncateThreshold = 0 ;
10
10
var expect = chai . expect ;
11
11
12
12
var webpackMajorVersion = require ( './webpackVersion' ) ( ) ;
13
13
14
14
describe ( '[INTEGRATION] index' , function ( ) {
15
- this . timeout ( 30000 ) ;
15
+ this . timeout ( 60000 ) ;
16
16
var plugin ;
17
17
18
18
function createCompiler ( options , happyPackMode ) {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ var IncrementalChecker = require('../../lib/IncrementalChecker');
11
11
var webpackMajorVersion = require ( './webpackVersion' ) ( ) ;
12
12
13
13
describe ( '[INTEGRATION] vue' , function ( ) {
14
- this . timeout ( 30000 ) ;
14
+ this . timeout ( 60000 ) ;
15
15
process . setMaxListeners ( 20 ) ;
16
16
var plugin ;
17
17
var files ;
You can’t perform that action at this time.
0 commit comments