File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ test("Processes sass-loader's @import correctly", (done) => {
1919 expect ( stats . hasErrors ( ) ) . toBe ( false ) ;
2020 done ( ) ;
2121 } ) ;
22- } , 60000 ) ;
22+ } , 30000 ) ;
2323
2424test ( 'Processes ts-loader correctly' , ( done ) => {
2525 const config = tsLoaderConfig ( { threads : 1 } ) ;
@@ -34,7 +34,7 @@ test('Processes ts-loader correctly', (done) => {
3434 expect ( stats . hasErrors ( ) ) . toBe ( false ) ;
3535 done ( ) ;
3636 } ) ;
37- } , 60000 ) ;
37+ } , 30000 ) ;
3838
3939test ( 'Works with less-loader' , ( done ) => {
4040 const config = lessLoaderConfig ( { threads : 1 } ) ;
@@ -49,7 +49,7 @@ test('Works with less-loader', (done) => {
4949 expect ( stats . hasErrors ( ) ) . toBe ( false ) ;
5050 done ( ) ;
5151 } ) ;
52- } , 60000 ) ;
52+ } , 30000 ) ;
5353
5454test ( 'Works with css-loader' , ( done ) => {
5555 const config = cssLoaderConfig ( { } ) ;
@@ -64,7 +64,7 @@ test('Works with css-loader', (done) => {
6464 expect ( stats . hasErrors ( ) ) . toBe ( false ) ;
6565 done ( ) ;
6666 } ) ;
67- } , 60000 ) ;
67+ } , 30000 ) ;
6868
6969test ( 'Works with test-loader' , ( done ) => {
7070 const config = basicLoaderConfig ( { threads : 1 } ) ;
@@ -94,4 +94,4 @@ test('Works with test-loader', (done) => {
9494
9595 done ( ) ;
9696 } ) ;
97- } , 60000 ) ;
97+ } , 30000 ) ;
You can’t perform that action at this time.
0 commit comments