Skip to content

Commit 8cba441

Browse files
author
Robert Kruszewski
committed
more parallelism
1 parent 9ac7e60 commit 8cba441

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
@@ -314,7 +314,7 @@ jobs:
314314
run-scala-tests:
315315
<<: *test-defaults
316316
# project/CirclePlugin.scala does its own test splitting in SBT based on CIRCLE_NODE_INDEX, CIRCLE_NODE_TOTAL
317-
parallelism: 9
317+
parallelism: 12
318318
# Spark runs a lot of tests in parallel, we need 16 GB of RAM for this
319319
resource_class: xlarge
320320
steps:

0 commit comments

Comments
 (0)