"...git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "b1fef32835b9c780ea0e6f079e2c5cf1c734de2f"
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