This is an automated email from the ASF dual-hosted git repository. dcapwell pushed a commit to branch CASSANDRA-20828 in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git
commit 1b5c8039e3177886bd9d5216a9f0e033a13fa579 Author: David Capwell <[email protected]> AuthorDate: Wed Aug 20 14:57:45 2025 -0700 try to bump the gradle prop timeout --- gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gradle.properties b/gradle.properties index fa64f1f6..6057f461 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,3 +17,7 @@ accord_group=accord accord_artifactId=accord accord_version=1.0-SNAPSHOT + +# Some times there are ephemeral issues with fetching dependencies (namely Rat) in CI, so this bumps the timeout to 120s to try to make it more stable +systemProp.org.gradle.internal.http.connectionTimeout=120000 +systemProp.org.gradle.internal.http.socketTimeout=120000 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
