[virt-tools-list] [virt-manager PATCH v2 5/6] virtManager: object: domain: Increase set time timeout
Michael Weiser
michael.weiser at gmx.de
Fri Jan 3 20:12:35 UTC 2020
With the potential for annoyance eliminated, raise the timeout for guest
agent connectivity to 30 seconds.
Signed-off-by: Michael Weiser <michael.weiser at gmx.de>
---
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 a7350f03..d28f88b4 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):
--
2.24.1
More information about the virt-tools-list
mailing list