diff options
Diffstat (limited to 'test/service.py')
-rw-r--r-- | test/service.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/service.py b/test/service.py index 0e47835..55cc739 100644 --- a/test/service.py +++ b/test/service.py @@ -99,10 +99,6 @@ class SpawnedService(threading.Thread): while True: elapsed = time.time() - start if elapsed >= timeout: - try: - self.child.kill() - except: - log.exception("Received exception when killing child process") log.error("Waiting for %r timed out after %d seconds", pattern, timeout) return False |