Skip to content

Commit f4b5888

Browse files
committed
adjust parallelism of make-baselines-virtual-webgl to reduce falkiness
1 parent 6f34028 commit f4b5888

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)