summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2013-06-13 16:01:25 -0400
committerCole Robinson <crobinso@redhat.com>2013-06-13 16:04:16 -0400
commitf3751e6fe9d8b8ce99a06e6a3ffc380e567fc939 (patch)
tree184e17c13aab77b78713bf9145a55649171ccbd4
parent5a46e7420a367f1e06af4f4e22c547b896d45eba (diff)
downloadvirt-manager-f3751e6fe9d8b8ce99a06e6a3ffc380e567fc939.tar.gz
libguestfs: Start the inspection thread earlier
-rw-r--r--virtManager/inspection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/inspection.py b/virtManager/inspection.py
index f2c9020a..40d24b35 100644
--- a/virtManager/inspection.py
+++ b/virtManager/inspection.py
@@ -37,7 +37,7 @@ class vmmInspection(vmmGObject):
self._thread = Thread(name="inspection thread", target=self._run)
self._thread.daemon = True
- self._wait = 15 * 1000 # 15 seconds
+ self._wait = 5 * 1000 # 5 seconds
self._q = Queue()
self._conns = {}