mirror of
https://github.com/go-task/task.git
synced 2026-07-01 08:34:19 +00:00
Add a per-command `timeout` option that terminates a command once it exceeds the given duration, preventing commands from hanging indefinitely in a pipeline. Uses Go duration syntax (e.g. 30s, 5m, 1h30m) and applies to both shell commands and task calls. Closes #1569
83 KiB
83 KiB