Skip to content

Commit 0600c77

Browse files
committed
ci: increase parallelism for Linux E2E
This reduced the Linux CI time by around 7 mins
1 parent b97fdd2 commit 0600c77

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
@@ -199,7 +199,7 @@ jobs:
199199
executor:
200200
name: test-executor
201201
nodeversion: << parameters.nodeversion >>
202-
parallelism: 6
202+
parallelism: 8
203203
steps:
204204
- custom_attach_workspace
205205
- browser-tools/install-chrome

0 commit comments

Comments
 (0)