Add a watch dog thread (#1816)
This commit is contained in:
@@ -23,7 +23,7 @@ class TestUpdateWeights(unittest.TestCase):
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
kill_child_process(cls.process.pid)
|
||||
kill_child_process(cls.process.pid, include_self=True)
|
||||
|
||||
def run_decode(self):
|
||||
response = requests.post(
|
||||
|
||||
Reference in New Issue
Block a user