LuciferYang commented on code in PR #4692:
URL: https://github.com/apache/kyuubi/pull/4692#discussion_r1163717510
##########
build/mvn:
##########
@@ -25,7 +25,7 @@ _CALLING_DIR="$(pwd)"
_COMPILE_JVM_OPTS="-Xms2g -Xmx2g -XX:ReservedCodeCacheSize=1g -Xss128m"
if [ "$CI" ]; then
- export MAVEN_CLI_OPTS="--no-transfer-progress --errors --fail-fast"
+ export MAVEN_CLI_OPTS="--no-transfer-progress --errors --fail-fast
--settings ${GITHUB_WORKSPACE}/.github/maven/settings.xml"
Review Comment:
<img width="596" alt="image"
src="https://user-images.githubusercontent.com/1475305/231379851-6d6be5ae-429f-4040-863a-d9ad5d885d2c.png">
@bowenliang123 As you said, `Wagon's default connect timeout is 60000ms
(1min)`, Do we still need to increase it?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]