diff --git a/IM/connectors/OCCI.py b/IM/connectors/OCCI.py index bb59bd26e..00f60aaa0 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=180, delay=5): + def detach_volume(self, volume, auth_data, timeout=90, delay=5): auth = self.get_auth_header(auth_data) headers = {'Accept': 'text/plain', 'Connection': 'close'} if auth: