e33e1cd7d1
The test asserted a new committed frame within a fixed 1200ms sleep. Since the trailing commit re-arms per deferred call (lastCall+wait, Ink-aligned, #154), the margin races the ~1s cadence on a starved 4-core CI runner — it failed at the boundary (expected 4 to be greater than 4) on an unrelated docs PR. Poll for the next commit under a generous deadline instead: the contract is that commits keep flowing, not that they land inside a hand-tuned sleep. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>