mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
parent
c4327ec74c
commit
508edf5cc5
@ -972,6 +972,7 @@ class QemuVM(BaseNode):
|
||||
except ProcessLookupError:
|
||||
pass
|
||||
except asyncio.TimeoutError:
|
||||
if self._process:
|
||||
try:
|
||||
self._process.kill()
|
||||
except ProcessLookupError:
|
||||
|
Loading…
Reference in New Issue
Block a user