Skip to content

Commit 6a9c7ff

Browse files
committed
ci: increase shards for karma tests
This should help to reduce heap out of memory errors during Karma tests.
1 parent 88ee85c commit 6a9c7ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ LARGE_SPECS = {
298298
},
299299
"extract-i18n": {},
300300
"karma": {
301+
"shards": 3,
301302
"size": "large",
302303
"extra_deps": [
303304
"@npm//karma",

0 commit comments

Comments
 (0)