test(coding-agent): bounded streaming-abort verdict drains by wall time
- The 400 zero-delay setImmediate drains starved under parallel CI load: the guard's verdict needs real wall time (2MB target disk read plus Bun.sleep(0) slice timers), and an immediate-only spin burns its whole tick budget in under a millisecond without firing either. - Poll the verdict with a deadline-bounded 1ms sleep instead, mirroring the collab settle-loop fix in a4dbcda37a.
C
can1357 committed
a57913899961d42d8c7b00f58b28242333b7cc90
Parent: d17c270