From d4eb5561217be6bd490634fe5254fc4824d8dd87 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Thu, 20 Mar 2025 14:11:35 +0100 Subject: [PATCH] Increase Nexus timeouts --- .github/actions/sync-to-maven-central/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/sync-to-maven-central/action.yml b/.github/actions/sync-to-maven-central/action.yml index 6512376acb3..b45f6666708 100644 --- a/.github/actions/sync-to-maven-central/action.yml +++ b/.github/actions/sync-to-maven-central/action.yml @@ -37,6 +37,8 @@ runs: staging-profile-name: ${{ inputs.ossrh-s01-staging-profile }} upload: true username: ${{ inputs.ossrh-s01-token-username }} + close-timeout: 3600 + release-timeout: 3600 - name: Await uses: ./.github/actions/await-http-resource with: