"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "edac496b71cb7fd1cf7ef15cb6f5f0fb4def653c"
Commit bdffa8ba authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: actually kill during kill phase in python experiments

parent bba4e2bc
...@@ -104,7 +104,7 @@ class Component(object): ...@@ -104,7 +104,7 @@ class Component(object):
self.proc.terminate() self.proc.terminate()
async def kill(self): async def kill(self):
self.proc.terminate() self.proc.kill()
async def int_term_kill(self, delay=5): async def int_term_kill(self, delay=5):
await self.interrupt() await self.interrupt()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment