Commit 108a913
fix(batch): classify RequestTimeoutError as timeout in --all --wait fan-out (#154)
* fix(batch): classify RequestTimeoutError as timeout in --all --wait fan-out
When test run --all --wait or test rerun --all --wait hit a per-request timeout
during batch fan-out polling, RequestTimeoutError rejected the fan-out before
out.print(). Classify it as status:'timeout' in pollFreshAccepted and
pollAccepted so stdout always lists every dispatched runId.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Remove unused readFileSync import from test file
---------
Co-authored-by: Contributor <contributor@testsprite.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 78ad224 commit 108a913
3 files changed
Lines changed: 90 additions & 639 deletions
0 commit comments