## Problem `error-recovery.bats` uses `sleep 0.1` for 5-process coordination, which is flaky. ## Action Replace sleep-based synchronization with proper coordination (e.g., file locks or wait). ## Effort Small --- Source: 2026-03-15 full audit
Problem
error-recovery.batsusessleep 0.1for 5-process coordination, which is flaky.Action
Replace sleep-based synchronization with proper coordination (e.g., file locks or wait).
Effort
Small
Source: 2026-03-15 full audit