Skip to content

Commit

Permalink
chore(build): increase Sonatype timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Aug 12, 2024
1 parent bc5bc97 commit a6027e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ [email protected]
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

0 comments on commit a6027e9

Please sign in to comment.