minor fix

This commit is contained in:
Arvind Tiwari 2017-09-15 14:48:11 +05:30
parent 75156d2c00
commit 852c1228ba

View file

@ -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: