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 <crobinso@redhat.com>
Signed-off-by: Michael Weiser <michael.weiser@gmx.de>
This commit is contained in:
Michael Weiser 2020-01-03 21:12:35 +01:00 committed by Cole Robinson
parent 9aa5997dd7
commit f29196f3af

View File

@ -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):