diff --git a/gns3server/modules/vmware/__init__.py b/gns3server/modules/vmware/__init__.py index bfdcdee9..72f1761e 100644 --- a/gns3server/modules/vmware/__init__.py +++ b/gns3server/modules/vmware/__init__.py @@ -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