avocado.utils.process: Avoid busy loop in run
This patch uses Timer instead of a busy poll loop when using
`process.run` with timeout.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
Showing
想要评论请 注册 或 登录
This patch uses Timer instead of a busy poll loop when using
`process.run` with timeout.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>