bowenliang123 commented on code in PR #4692:
URL: https://github.com/apache/kyuubi/pull/4692#discussion_r1163453722


##########
.github/workflows/master.yml:
##########
@@ -35,6 +35,7 @@ env:
   MVN_OPT: -Dmaven.javadoc.skip=true -Drat.skip=true -Dscalastyle.skip=true 
-Dspotless.check.skip -Dorg.slf4j.simpleLogger.defaultLogLevel=warn 
-Pjdbc-shaded -Dmaven.plugin.download.cache.path=/tmp/engine-archives
   KUBERNETES_VERSION: v1.26.1
   MINIKUBE_VERSION: v1.29.0
+  "aether.connector.connectTimeout": 60000

Review Comment:
   I think there's a possible way to config this option in 
`settings/servers/server/configuration` via `settings.xml` of Maven. see: 
https://maven.apache.org/settings.html#servers
   ```
   <settings>
     <servers>
       <server>
         <id>repoid</id>
         <configuration></configuration>
       </server>
     </servers>
     ...
   </settings>
   ```
   
   cc @LuciferYang 



-- 
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]

Reply via email to