Increase SignPackage job timeout to 60 minutes in archetype-java-release-pom-only.yml#47887
Merged
Increase SignPackage job timeout to 60 minutes in archetype-java-release-pom-only.yml#47887
Conversation
Co-authored-by: raych1 <20296335+raych1@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Increase timeoutInMinutes for SignPackage job to avoid pipeline timeout failure
Increase SignPackage job timeout to 60 minutes in archetype-java-release-pom-only.yml
Feb 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses a pipeline timeout issue by increasing the SignPackage job timeout from 20 to 60 minutes in the pom-only release archetype. The original 20-minute timeout was insufficient for ESRP signing operations, causing pipeline failures.
Changes:
- Increased
timeoutInMinutesfrom 20 to 60 for theSignPackagejob inarchetype-java-release-pom-only.yml
raych1
approved these changes
Feb 3, 2026
alzimmermsft
approved these changes
Feb 3, 2026
Netyyyy
pushed a commit
that referenced
this pull request
Feb 4, 2026
…ase-pom-only.yml (#47887) * Initial plan * Increase SignPackage job timeout from 20 to 60 minutes Co-authored-by: raych1 <20296335+raych1@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: raych1 <20296335+raych1@users.noreply.github.com> (cherry picked from commit 47c6236)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The SignPackage job in the Java release pipeline was timing out at the 20-minute limit during ESRP signing operations.
Changes
timeoutInMinutesfrom 20 to 60 ineng/pipelines/templates/stages/archetype-java-release-pom-only.ymlNote: Other release archetypes use either no explicit timeout (batch) or 240 minutes (patch). This change aligns pom-only with adequate time for signing operations.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.