Skip to content

Commit 0f7e262

Browse files
ko3n1gclaude
andauthored
fix(ci): increase GPU speech unit test timeouts (TTS: 30 min, ASR: 60 min) (#15651)
* fix(ci): increase L0_Unit_Tests_GPU_TTS timeout to 30 minutes 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> * fix(ci): increase L0_Unit_Tests_GPU_ASR timeout to 60 minutes 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> --------- Signed-off-by: oliver könig <okoenig@nvidia.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 52fee26 commit 0f7e262

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cicd-main-speech.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,14 @@ jobs:
4848
include:
4949
- script: L0_Unit_Tests_GPU_ASR
5050
runner: ${{ inputs.runner }}
51-
timeout: 30
51+
timeout: 60
5252
- script: L0_Unit_Tests_CPU_ASR
5353
runner: ${{ inputs.runner }}
5454
cpu-only: true
5555
timeout: 30
5656
- script: L0_Unit_Tests_GPU_TTS
5757
runner: ${{ inputs.runner }}
58+
timeout: 30
5859
- script: L0_Unit_Tests_CPU_TTS
5960
runner: ${{ inputs.runner }}
6061
cpu-only: true

0 commit comments

Comments
 (0)