minor fix
This commit is contained in:
parent
75156d2c00
commit
852c1228ba
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ class VirtualMachineView(LoginRequiredMixin, View):
|
|||
response['text'] = ugettext(
|
||||
'Error terminating VM') + opennebula_vm_id
|
||||
else:
|
||||
for t in range(150):
|
||||
for t in range(50):
|
||||
try:
|
||||
manager.get_vm(self.kwargs.get('pk'))
|
||||
except BaseException:
|
||||
|
|
Loading…
Reference in a new issue