diff options
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/client.py b/deploy/client.py index 5eab212d..981924f1 100644 --- a/deploy/client.py +++ b/deploy/client.py @@ -941,7 +941,7 @@ class CompassClient(object): status, response = self.client.get_host_state(id) if response['state'] != 'SUCCESSFUL': ready = False - break + break current_time = time.time() if not ready: |