File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -560,6 +560,16 @@ jobs:
560
560
resource_class : xlarge
561
561
docker :
562
562
- image : *browsers_docker_image
563
+ # The Material unit tests support splitting the browsers across multiple CircleCI
564
+ # instances. Since by default this job launches two browsers, we run each browser
565
+ # in its own container instance.
566
+ # https://github.com/angular/material2/blob/7baeaa797b19da2d2998f0d26f6fede3c8a13714/test/karma.conf.js#L107-L110
567
+ parallelism : 2
568
+ environment :
569
+ # The Material unit tests also support launching the same browser multiple times by
570
+ # sharding individual specs across the defined multiple instances.
571
+ # See: https://github.com/angular/material2/blob/7baeaa797b19da2d2998f0d26f6fede3c8a13714/test/karma.conf.js#L113-L116
572
+ KARMA_PARALLEL_BROWSERS : 3
563
573
steps :
564
574
- *attach_workspace
565
575
- *init_environment
You can’t perform that action at this time.
0 commit comments