Skip to content

Commit 4e49206

Browse files
committed
reduce parallelism for jasmine tests
1 parent 1aa9dba commit 4e49206

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
@@ -73,7 +73,7 @@ jobs:
7373
environment:
7474
# Alaska time (arbitrary timezone to test date logic)
7575
TZ: "America/Anchorage"
76-
parallelism: 12
76+
parallelism: 4
7777
working_directory: ~/plotly.js
7878
steps:
7979
- browser-tools/install-browser-tools: &browser-versions

0 commit comments

Comments
 (0)