From f29196f3afe46e163e446431f1c90cd110b64fec Mon Sep 17 00:00:00 2001 From: Michael Weiser Date: Fri, 3 Jan 2020 21:12:35 +0100 Subject: [PATCH] virtManager: object: domain: Increase set time timeout With the potential for annoyance eliminated, raise the timeout for guest agent connectivity to 30 seconds. Reviewed-by: Cole Robinson Signed-off-by: Michael Weiser --- virtManager/object/domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtManager/object/domain.py b/virtManager/object/domain.py index a7350f03b..d28f88b41 100644 --- a/virtManager/object/domain.py +++ b/virtManager/object/domain.py @@ -191,7 +191,7 @@ class _vmmDomainSetTimeThread(vmmGObject): self._do_cancel = threading.Event() self._do_cancel.clear() self._thread = None - self._maxwait = 5 + self._maxwait = 30 self._sleep = 0.5 def start(self):