You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace flaky timing assertion with structural cache-hit check (#90)
The warm-cache integration test used a wall-clock threshold (3s) that
failed on CI shared runners where subprocess overhead can exceed 4s.
Replace with a structural assertion: verify no new cache file is written
on the second build, which proves the cache was hit without depending
on absolute timing.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments