Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Increasing the time out value
Browse files Browse the repository at this point in the history
  • Loading branch information
devendra104 authored and jyejare committed Jul 4, 2019
1 parent e7d975f commit f1708b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/helpers/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def delete_openstack_instance(instance_name):
"""
openstack_client = get_openstack_client()
if openstack_client.delete_server(instance_name):
if openstack_client.delete_server(instance_name, timeout=300):
logger.info('Success! The instance {0} has been deleted from '
'Openstack.'.format(instance_name))
else:
Expand Down

0 comments on commit f1708b1

Please sign in to comment.