mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
The plugin add and dump-default-config cases serialize two runBuiltBin calls, each with a 60s execa cap; the 90s outer budget could be exhausted before the second call. Raise them to SPAWN_TIMEOUT_MS * 2 + 30s, matching the multi-call treatment.