leo65535 commented on a change in pull request #984:
URL:
https://github.com/apache/incubator-seatunnel/pull/984#discussion_r780871619
##########
File path: .github/workflows/backend.yml
##########
@@ -52,7 +52,7 @@ jobs:
key: ${{ runner.os }}-maven
- name: Check Style
run: |
- ./mvnw -B checkstyle:check
+ ./mvnw -T 16 -B checkstyle:check
Review comment:
hi @asdf2014, 16 threads is too big, let's use `-T 2C`.
##########
File path: .github/workflows/backend.yml
##########
@@ -64,4 +64,4 @@ jobs:
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120
- name: Run Unit tests
run: |
- ./mvnw -B clean verify -Dmaven.test.skip=false -Dgpg.skip=true
+ ./mvnw -T 16 -B clean verify -Dmaven.test.skip=false -Dgpg.skip=true
Review comment:
ditto.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]