This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch HDDS-13541
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/HDDS-13541 by this push:
     new dbf1e73c257 also set sonar.ws.timeout
dbf1e73c257 is described below

commit dbf1e73c2574797508abca7cb5c902680fd1c174
Author: Doroszlai, Attila <adorosz...@apache.org>
AuthorDate: Tue Aug 5 14:32:40 2025 +0200

    also set sonar.ws.timeout
---
 hadoop-ozone/dev-support/checks/sonar.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-ozone/dev-support/checks/sonar.sh 
b/hadoop-ozone/dev-support/checks/sonar.sh
index 3dfe6cdbfb2..bd804c48362 100755
--- a/hadoop-ozone/dev-support/checks/sonar.sh
+++ b/hadoop-ozone/dev-support/checks/sonar.sh
@@ -27,6 +27,7 @@ mvn -V -B -DskipShade -DskipTests -DskipRecon 
--no-transfer-progress \
   -Dsonar.coverage.jacoco.xmlReportPaths="$(pwd)/target/coverage/all.xml" \
   -Dsonar.scanner.connectTimeout=30 -Dsonar.scanner.socketTimeout=300 
-Dsonar.scanner.responseTimeout=300 \
   -Dsonar.ws.report.timeout=300 \
+  -Dsonar.ws.timeout=300 \
   -Dsonar.verbose=true \
   -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache 
-Dsonar.projectKey=hadoop-ozone \
   verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ozone.apache.org
For additional commands, e-mail: commits-h...@ozone.apache.org

Reply via email to