Add a watch dog thread (#1816)
This commit is contained in:
@@ -50,7 +50,7 @@ class TestTritonAttnBackend(unittest.TestCase):
|
||||
metrics = run_eval(args)
|
||||
assert metrics["score"] >= 0.65
|
||||
finally:
|
||||
kill_child_process(process.pid)
|
||||
kill_child_process(process.pid, include_self=True)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user