Skip to content

Commit a27c519

Browse files
committed
bump parallelism to 3 in test-jasmine2
1 parent 28d44b0 commit a27c519

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
@@ -53,7 +53,7 @@ jobs:
5353
docker:
5454
# need '-browsers' version to test in real (xvfb-wrapped) browsers
5555
- image: circleci/node:10.9.0-browsers
56-
parallelism: 2
56+
parallelism: 3
5757
working_directory: ~/plotly.js
5858
steps:
5959
- attach_workspace:

0 commit comments

Comments
 (0)