Skip to content

Commit 58443a3

Browse files
mnonnenmachersschuberth
authored andcommitted
ci(release): Increase timeout for validating Maven Central deployment
Sometimes it can take longer than the default 15 minutes [1] to validate the deployment, so increase the timeout to 60 minutes. [1]: https://vanniktech.github.io/gradle-maven-publish-plugin/central/#deployment-validation Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
1 parent 5e3eb92 commit 58443a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
4343
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
4444
ORG_GRADLE_PROJECT_SONATYPE_CONNECT_TIMEOUT_SECONDS: 300
45+
ORG_GRADLE_PROJECT_SONATYPE_CLOSE_TIMEOUT_SECONDS: 3600
4546
run: ./gradlew publishAndReleaseToMavenCentral
4647
- name: Build ORT Distributions
4748
env:

0 commit comments

Comments
 (0)