containers / containers/podman-py
Container.wait does not respect timeout
Open
- Dominant language
- Python
- Stars
- 381
- Forks
- 140
- Avg merge
- 5h 30m
- Merged PRs (30d)
- 1
Description
The method `Container.wait` does not raises ReadTimeoutError. By briefly looking at the [source code](https://github.com/containers/podman-py/blob/82110d528d931acdb820ea25dfad89c12b2ffae9/podman/domain/containers.py#L471-L495) the implementation does not use the parameter timeout.
Contributor guide
Assessment
This issue has not been assessed yet.