From fdc6336bf297f9a0c6e8feea3de25fef2c7d3107 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 26 Mar 2021 17:56:26 +0100 Subject: [PATCH] [ci] Increase timeout for staging to oss.sonatype.org --- .github/workflows/pushes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pushes.yml b/.github/workflows/pushes.yml index d713ae5a21..6f8956bf5f 100644 --- a/.github/workflows/pushes.yml +++ b/.github/workflows/pushes.yml @@ -35,7 +35,7 @@ jobs: run: .ci/build.sh shell: bash env: - MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3 + MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3 -DstagingProgressTimeoutMinutes=30 PMD_CI_SECRET_PASSPHRASE: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }} PMD_CI_JOB_URL: "https://github.com/pmd/pmd/runs/${{ github.run_id }}" PMD_CI_PUSH_COMMIT_COMPARE: ${{ github.event.compare }}