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 b0e3e7edb3f increase report submit timeout
b0e3e7edb3f is described below

commit b0e3e7edb3fb1b460b32dda3e0768b018a07841f
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Aug 5 11:23:06 2025 +0200

    increase report submit timeout
---
 hadoop-ozone/dev-support/checks/sonar.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-ozone/dev-support/checks/sonar.sh 
b/hadoop-ozone/dev-support/checks/sonar.sh
index 9ae05b81bfc..3dfe6cdbfb2 100755
--- a/hadoop-ozone/dev-support/checks/sonar.sh
+++ b/hadoop-ozone/dev-support/checks/sonar.sh
@@ -26,5 +26,7 @@ fi
 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.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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to