Skip to content

Commit

Permalink
Merge pull request #487 from grycap/devel
Browse files Browse the repository at this point in the history
Reduce timeout
  • Loading branch information
micafer authored Nov 9, 2017
2 parents 7e4bddf + 6a19552 commit a279ac0
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=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:
Expand Down

0 comments on commit a279ac0

Please sign in to comment.