summaryrefslogtreecommitdiff
path: root/releasenotes/notes/timeout-c3fb65acda04c1c7.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/timeout-c3fb65acda04c1c7.yaml')
-rw-r--r--releasenotes/notes/timeout-c3fb65acda04c1c7.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/timeout-c3fb65acda04c1c7.yaml b/releasenotes/notes/timeout-c3fb65acda04c1c7.yaml
new file mode 100644
index 0000000..4d48b5c
--- /dev/null
+++ b/releasenotes/notes/timeout-c3fb65acda04c1c7.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Adds a new ``timeout`` argument to ``processutils.execute``. If set,
+ the process will be aborted if it runs more than ``timeout`` seconds.