Commit faadb0f
QVAC-24089 test: give tts-cosyvoice3-default a realistic timeout budget
- the harness derives its per-test timeout from estimatedDurationMs as
max(estimate * 2, 120s), so a 60s estimate capped this test at 120s
- CosyVoice3 has no GPU path on Mali, so it synthesises on CPU on the Android
Device Farm Pixel 9 Pro; the test measured 114015ms there (pass, run
32718078677) and over 120s (timeout, runs 32827063693 and 32834986175) — it
was sitting on its own cap and flipping run to run
- raise the estimate to 150s so the cap becomes 300s, ~2.5x the observed time
- iOS (Metal, 25s) and Adreno Android (~30s) are well inside either bound
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 8c377ff commit faadb0f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments