Skip to content

Commit

Permalink
Merge pull request #274 from izapolsk/increase_timeout4delete_vm
Browse files Browse the repository at this point in the history
[RFR] 2 min sometimes isn't enough to delete vm
  • Loading branch information
mshriver authored Jun 7, 2018
2 parents 899f0bb + 683cf1b commit a4b25a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapanapi/containers/providers/rhopenshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ def _restore_missing_project_role_bindings(self, namespace):
metadata=role_binding_name)
auth_api.create_namespaced_role_binding(namespace=namespace, body=puller_role_binding)

def delete_project(self, name, wait=120):
def delete_project(self, name, wait=300):
"""Removes project(namespace) and all entities in it.
Args:
Expand Down

0 comments on commit a4b25a0

Please sign in to comment.