Skip to content

Commit c0aa3c5

Browse files
committed
change max workers
1 parent 00c904e commit c0aa3c5

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
@@ -47,7 +47,7 @@ workflows:
4747
executor: openjdk-11-executor
4848
test_results_path: build/test-results
4949
reports_path: build/reports
50-
test_command: test --no-daemon --debug --max-workers 1
50+
test_command: test --no-daemon --debug --max-workers 2
5151

5252
# Running all ITs at once was causing intermittent memory errors (as per below config), so we split ITs into batches.
5353
# integration-test:

0 commit comments

Comments
 (0)