[virt-manager PATCH v2 5/6] virtManager: object: domain: Increase set time timeout

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux