perforce / sonar-scm-perforce

SonarQube Perforce plugin
6 stars 23 forks source link

Make socket read timeout configurable via sonar.perforce.sockSoTimeout. #4

Closed mjdetullio closed 9 years ago

mjdetullio commented 9 years ago

During blame, user may encounter "java.net.SocketTimeoutException: Read timed out" if a command takes longer than the default 30 seconds that is set by p4java. This could easily occur when connecting to a Perforce repository that is part of a proxy configuration which does not have the blame information cached at time of SonarQube analysis.

henryju commented 9 years ago

Thanks for your contribution. Ticket created: https://jira.sonarsource.com/browse/SONARSCPER-12 Please have a look at my comments.

mjdetullio commented 9 years ago

Corrections made

henryju commented 9 years ago

Thanks