fix(ci): increase GPU speech unit test timeouts (TTS: 30 min, ASR: 60 min)#15651
Merged
fix(ci): increase GPU speech unit test timeouts (TTS: 30 min, ASR: 60 min)#15651
Conversation
The TTS test suite includes magpietts_inference tests that load real model checkpoints and run full inference, taking ~8-9 minutes. With the default 10-minute timeout per attempt the step consistently times out across all retry attempts. Raise the timeout to 30 minutes, matching the ASR unit test budget. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: oliver könig <okoenig@nvidia.com>
The ASR test suite consistently runs past the 30-minute per-attempt limit, burning through all retries and adding ~60 minutes of wasted runner time. Raise to 60 minutes so a single attempt covers the full suite. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: oliver könig <okoenig@nvidia.com>
chtruong814
approved these changes
Apr 28, 2026
8 tasks
Contributor
|
[🤖]: Hi @ko3n1g 👋, We wanted to let you know that a CICD pipeline for this PR just finished successfully. So it might be time to merge this PR or get some approvals. |
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.
Claude summary
Two timeouts fixed in
cicd-main-speech.yml:L0_Unit_Tests_GPU_TTS—timeout: 30The MagpieTTS inference tests load real checkpoints and run end-to-end inference, taking ~8–9 minutes each. With the default 10-minute per-attempt budget all 3 retries timed out consistently on both
mainand PRs.L0_Unit_Tests_GPU_ASR—timeout: 60The ASR test suite runs past the previous 30-minute per-attempt limit. A recent run took 61 minutes total (18:12 → 19:14), indicating two timed-out attempts followed by a successful third, wasting ~60 minutes of runner time. Raised to 60 minutes so a single attempt covers the full suite.
Example failing run: https://github.com/NVIDIA-NeMo/NeMo/actions/runs/25060055760/job/73434530111