With the potential for annoyance eliminated, raise the timeout for guest agent connectivity to 30 seconds. Signed-off-by: Michael Weiser <michael.weiser@xxxxxx> --- 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 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list