Skip to content

Commit f0fef6f

Browse files
authored
Merge pull request #6985 from plotly/adjust-virtual-webgl-parallelism
adjust parallelism of `make-baselines-virtual-webgl` to reduce falkiness
2 parents 6f34028 + f4b5888 commit f0fef6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
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: 2
234+
parallelism: 4
235235
docker:
236236
- image: circleci/python:3.8.9
237237
working_directory: ~/plotly.js

0 commit comments

Comments
 (0)