From a6027e932f0e6388e9171a90c0f2d9b2b3ee784e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 13 Aug 2024 01:13:14 +0530 Subject: [PATCH] chore(build): increase Sonatype timeouts --- gradle.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gradle.properties b/gradle.properties index c33d496..c27dde6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -46,3 +46,8 @@ POM_DEVELOPER_EMAIL=oss@passwordstore.app SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true SONATYPE_AUTOMATIC_RELEASE=true + +# OSSRH sometimes struggles with slow deployments, so this makes Gradle +# more tolerant to those delays. +SONATYPE_CONNECT_TIMEOUT_SECONDS=120 +SONATYPE_CLOSE_TIMEOUT_SECONDS=1800