35e4df4677
This is a standard Python feature since 3.3. Change-Id: Ib13af5aab0ebbae532f1e46309ad6023ca94d6b9
6 lines
167 B
YAML
6 lines
167 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new ``timeout`` argument to ``processutils.execute``. If set,
|
|
the process will be aborted if it runs more than ``timeout`` seconds.
|