Skip to content

Commit b41ae1a

Browse files
authored
Merge pull request #327 from android-password-store/hs/sonatype-timeouts
chore(build): increase Sonatype timeouts
2 parents bc5bc97 + a6027e9 commit b41ae1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ [email protected]
4646
SONATYPE_HOST=DEFAULT
4747
RELEASE_SIGNING_ENABLED=true
4848
SONATYPE_AUTOMATIC_RELEASE=true
49+
50+
# OSSRH sometimes struggles with slow deployments, so this makes Gradle
51+
# more tolerant to those delays.
52+
SONATYPE_CONNECT_TIMEOUT_SECONDS=120
53+
SONATYPE_CLOSE_TIMEOUT_SECONDS=1800

0 commit comments

Comments
 (0)