Commit 0f7e262
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments