Skip to content

Commit

Permalink
chore: Increase deploy timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi347 committed Feb 25, 2025
1 parent 0be2ef2 commit b24b75c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<connectTimeout>600000</connectTimeout> <!-- 10 minutes -->
<readTimeout>600000</readTimeout> <!-- 10 minutes -->
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit b24b75c

Please sign in to comment.