mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
The O(depth) wide-value regression test ran under `maxWallMs: 20_000`, but the cursor pulls 6M elements one at a time through Python-level frames: ~11s on an idle machine, and more under the coverage lane's V8 instrumentation with several workers sharing a runner. CI reported `timeout` instead of the round-trip. Raise the run's ceiling to 60s inside a 90s vitest timeout, so the runtime's own wall clock still fires first on a genuine hang. The assertion is unchanged and still discriminates: restoring the O(width) `stack.extend` enqueue fails the test with a child-side MemoryError in ~2.6s.