From 7279b66dc2e35dcc52662d71fa5d253a0d205414 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Mon, 11 Jun 2018 18:59:45 -0400 Subject: [PATCH] Lower the timeout --- VMInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMInstance.py b/VMInstance.py index 9ce9f70e..d23a2402 100644 --- a/VMInstance.py +++ b/VMInstance.py @@ -232,7 +232,7 @@ class VMInstance: # def manage_vm_state(self): # Just a short delay to avoid race conditions - time.sleep(0.5) + time.sleep(0.1) # Get the current values from zookeeper self.state = self.zk.get('/domains/{}/state'.format(self.domuuid))[0].decode('ascii')