diff --git a/.github/actions/sync-to-maven-central/action.yml b/.github/actions/sync-to-maven-central/action.yml index 573971e2ce8..98c8c3d8527 100644 --- a/.github/actions/sync-to-maven-central/action.yml +++ b/.github/actions/sync-to-maven-central/action.yml @@ -29,6 +29,7 @@ runs: token: ${{ inputs.central-token-password }} token-name: ${{ inputs.central-token-username }} ignore-already-exists-error: true + timeout: "90m" - name: Await uses: ./.github/actions/await-http-resource with: