We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c904e commit c0aa3c5Copy full SHA for c0aa3c5
.circleci/config.yml
@@ -47,7 +47,7 @@ workflows:
47
executor: openjdk-11-executor
48
test_results_path: build/test-results
49
reports_path: build/reports
50
- test_command: test --no-daemon --debug --max-workers 1
+ test_command: test --no-daemon --debug --max-workers 2
51
52
# Running all ITs at once was causing intermittent memory errors (as per below config), so we split ITs into batches.
53
# integration-test:
0 commit comments