mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 02:39:45 +00:00
Increase vmrun timeout to 120 seconds. Ref #360.
This commit is contained in:
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…
Reference in New Issue
Block a user