mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
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:
parent
9aa5997dd7
commit
f29196f3af
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user