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: