Skip to content

Commit 30564f5

Browse files
MKirovaMKirova
authored andcommitted
Merge branch 'sstoychev/update-to-20' of https://github.com/IgniteUI/igniteui-angular into sstoychev/update-to-20
2 parents e28510a + 061206f commit 30564f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

projects/igniteui-angular/karma.conf.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)