Increase vmrun timeout to 120 seconds. Ref #360.

pull/374/head
grossmj 9 years ago
parent 1071b6366f
commit a67b218bde

@ -325,7 +325,7 @@ class VMware(BaseManager):
return host_type
@asyncio.coroutine
def execute(self, subcommand, args, timeout=60, host_type=None):
def execute(self, subcommand, args, timeout=120, host_type=None):
with (yield from self._execute_lock):
vmrun_path = self.vmrun_path

Loading…
Cancel
Save