mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-23 23:38:21 +00:00
parent
a67b218bde
commit
f3b71dcdef
@ -915,6 +915,8 @@ class QemuVM(BaseVM):
|
||||
else:
|
||||
self._process.terminate()
|
||||
yield from gns3server.utils.asyncio.wait_for_process_termination(self._process, timeout=3)
|
||||
except ProcessLookupError:
|
||||
pass
|
||||
except asyncio.TimeoutError:
|
||||
try:
|
||||
self._process.kill()
|
||||
|
Loading…
Reference in New Issue
Block a user