mirror of
https://github.com/affaan-m/ECC.git
synced 2026-08-17 21:15:40 +02:00
The uninstall cases run two full CLI passes (install, then uninstall) over several hundred files under a flat 30s timeout, which is tight enough on Windows CI to fail intermittently with spawnSync ETIMEDOUT. install-apply.test.js already scales its timeout by platform for the same reason; match that precedent rather than re-running past the flake. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>