diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8d09a1c0..93c8bd1f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,6 +20,7 @@ jobs: release: name: Release runs-on: ubuntu-latest + timeout-minutes: 150 steps: - name: Checkout diff --git a/pom.xml b/pom.xml index f2bb4cf6..5e7d5645 100644 --- a/pom.xml +++ b/pom.xml @@ -1096,7 +1096,7 @@ central true published - 3600 + 7200