The GitHub Actions job "Code Style" on grails-core.git/ci/publish-retry-timeout-7.0.x has succeeded. Run started by GitHub user jdaugherty (triggered by jdaugherty).
Head commit for run: 908d2f082e6eccbb8678316dd02d53e07cd84ef4 / James Daugherty <[email protected]> ci: raise publish retry timeout to give slow Nexus uploads headroom The publish job wraps the Gradle publish command (--no-build-cache --rerun-tasks) in the nick-fields/retry action with a per-attempt timeout_seconds: 1200 (20 min). That command does a full from-scratch recompile plus groovydoc/javadoc for 60+ modules and uploads to Apache Nexus, which legitimately runs ~14-20+ min. When the build runs cold or Nexus uploads are slow, a single attempt exceeds 20 min and is killed mid-publish even though it is making healthy progress, forcing a wasteful retry on every snapshot publish (see run 28983551993, job 86011906888: attempt 1 killed on a pure timeout, attempt 2 succeeded). Raise timeout_seconds to 1800 (30 min) to match the fix already applied to 8.0.x in 82946a2ca8, while keeping max_attempts: 3 / retry_wait_seconds: 180 for genuine transient read-timeouts. Report URL: https://github.com/apache/grails-core/actions/runs/29030546983 With regards, GitHub Actions via GitBox
