Skip to content

Commit 779ee24

Browse files
committed
adjust parallelism for baselines
1 parent 9a2db69 commit 779ee24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
command: .circleci/test.sh mathjax-firefox82+
232232

233233
make-baselines-virtual-webgl:
234-
parallelism: 6
234+
parallelism: 8
235235
docker:
236236
- image: circleci/python:3.8.9
237237
working_directory: ~/plotly.js
@@ -268,7 +268,7 @@ jobs:
268268
- plotly.js
269269

270270
make-baselines:
271-
parallelism: 8
271+
parallelism: 12
272272
docker:
273273
- image: circleci/python:3.8.9
274274
working_directory: ~/plotly.js
@@ -287,7 +287,7 @@ jobs:
287287
- plotly.js
288288

289289
make-baselines-b64:
290-
parallelism: 8
290+
parallelism: 12
291291
docker:
292292
- image: circleci/python:3.8.9
293293
working_directory: ~/plotly.js

0 commit comments

Comments
 (0)