From 5831a3f41382c956c1491aab958174b60407fe65 Mon Sep 17 00:00:00 2001 From: andreatp Date: Thu, 11 Jun 2026 19:14:23 +0100 Subject: [PATCH] Increase release timeout to 2 hours The Maven Central publishing wait time (waitMaxTime) was 1 hour which is not enough for large deployments. Increase to 2 hours and add a 150-minute job timeout as a safety net. --- .github/workflows/release.yaml | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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