Skip to content

Commit fc44d4f

Browse files
committed
try parallelism 12 for run-scala-tests
1 parent 084f662 commit fc44d4f

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
@@ -240,7 +240,7 @@ jobs:
240240
run-scala-tests:
241241
<<: *test-defaults
242242
# project/CirclePlugin.scala does its own test splitting in SBT based on CIRCLE_NODE_INDEX, CIRCLE_NODE_TOTAL
243-
parallelism: 6
243+
parallelism: 12
244244
# Spark runs a lot of tests in parallel, we need 16 GB of RAM for this
245245
resource_class: xlarge
246246
steps:

0 commit comments

Comments
 (0)