Files
go-task/testdata/timeout/Taskfile.yml
Valentin Maerten 24bbb61d8f feat: add command-level timeout support
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
2026-06-30 22:25:48 +02:00

591 B