Skip to content

Commit e0234b0

Browse files
committed
chore(*): trying something out
1 parent 959eeda commit e0234b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/igniteui-angular/karma.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ module.exports = function (config) {
2020
'@angular-devkit/build-angular/plugins/karma'
2121
],
2222
parallelOptions: {
23-
executors: 2,
23+
executors: 4,
2424
shardStrategy: 'round-robin'
2525
},
2626
client: {
27-
clearContext: false, // leave Jasmine Spec Runner output visible in browser
27+
// clearContext: false, // leave Jasmine Spec Runner output visible in browser
2828
jasmine: {
2929
random: false
3030
},
@@ -49,7 +49,7 @@ module.exports = function (config) {
4949
customLaunchers: {
5050
ChromeHeadlessNoSandbox: {
5151
base: 'ChromeHeadless',
52-
flags: ['--no-sandbox', '--disable-gpu'],
52+
flags: ['--no-sandbox', '--disable-gpu', '--js-flags="--max_old_space_size=4096"'],
5353
debug: false
5454
}
5555
},

0 commit comments

Comments
 (0)