On Fri, Jul 10, 2020 at 01:06:43AM -0400, John Snow wrote:
> Three seconds is hardcoded. Use it as a default parameter instead, and use
> that
> value for both waits that may occur in the function.
>
> Signed-off-by: John Snow
> ---
> python/qemu/machine.py | 8 +---
> 1 file changed, 5 ins
On 7/10/20 7:06 AM, John Snow wrote:
> Three seconds is hardcoded. Use it as a default parameter instead, and use
> that
> value for both waits that may occur in the function.
>
> Signed-off-by: John Snow
> ---
> python/qemu/machine.py | 8 +---
> 1 file changed, 5 insertions(+), 3 deletion
Three seconds is hardcoded. Use it as a default parameter instead, and use that
value for both waits that may occur in the function.
Signed-off-by: John Snow
---
python/qemu/machine.py | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/python/qemu/machine.py b/python/qem