File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
projects/igniteui-angular Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ module.exports = function (config) {
99 frameworks : [ 'parallel' , 'jasmine' , '@angular-devkit/build-angular' ] ,
1010 files : [
1111 { pattern : '../../node_modules/hammerjs/hammer.min.js' , watched : false } ,
12- { pattern : '../../node_modules/hammer-simulator/index.js' , watched : false } ,
13- { pattern : './test.css' , watched : false }
12+ { pattern : '../../node_modules/hammer-simulator/index.js' , watched : false }
1413 ] ,
1514 plugins : [
1615 'karma-parallel' ,
@@ -46,7 +45,7 @@ module.exports = function (config) {
4645 logLevel : config . LOG_INFO ,
4746 autoWatch : true ,
4847 browsers : [ 'ChromeHeadlessNoSandbox' ] ,
49- browserDisconnectTimeout : 4000 ,
48+ browserDisconnectTimeout : 20000 ,
5049 customLaunchers : {
5150 ChromeHeadlessNoSandbox : {
5251 base : 'ChromeHeadless' ,
You can’t perform that action at this time.
0 commit comments