Skip to content

Commit

Permalink
Decrease detach volume timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 8, 2017
1 parent 9f7182d commit a675bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/connectors/OCCI.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a675bc6

Please sign in to comment.