mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
`routing isolation` timed out at 30,000ms on the Windows runner again (#3401). It is not a hang and not that PR's doing — that diff touches no engine code, and on main's last passing Windows run the same test measured 10,050ms with the file at 19,446ms. A ~10s test under a 30s cap on a runner with this much variance fails on any bad host; 120s is ~12x the healthy time, so a timeout should mean a real stall again. Written as per-test arguments, replacing #3398's 30s ones. My earlier attempt at this (#3397) added `vi.setConfig({ testTimeout: 60_000 })` instead, which would have merged and changed nothing: an explicit per-test argument overrides the file-level config. Verified directly — a 50ms argument beats a 60s setConfig.