From 6a1955268241ca8ee243e3347591f1f8a453c639 Mon Sep 17 00:00:00 2001 From: micafer Date: Thu, 9 Nov 2017 09:00:02 +0100 Subject: [PATCH] Reduce timeout --- IM/connectors/OCCI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IM/connectors/OCCI.py b/IM/connectors/OCCI.py index 3c6e89dc8..c6891edec 100644 --- a/IM/connectors/OCCI.py +++ b/IM/connectors/OCCI.py @@ -680,7 +680,7 @@ def create_volume(self, size, name, auth_data): self.log_exception("Error creating volume") return False, str(ex) - def detach_volume(self, volume, auth_data, timeout=90, delay=5): + def detach_volume(self, volume, auth_data, timeout=60, delay=5): auth = self.get_auth_header(auth_data) headers = {'Accept': 'text/plain', 'Connection': 'close'} if auth: