Skip to content

Commit 424c8fe

Browse files
committed
ci: increase parallelism for Linux E2E
This reduced the Linux CI time by around 7 mins (cherry picked from commit 0600c77)
1 parent eeae1ed commit 424c8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
executor:
199199
name: test-executor
200200
nodeversion: << parameters.nodeversion >>
201-
parallelism: 6
201+
parallelism: 8
202202
steps:
203203
- custom_attach_workspace
204204
- browser-tools/install-chrome

0 commit comments

Comments
 (0)