]> www.average.org Git - loctrkd.git/blobdiff - test/common.py
test: adjust sleeps and drains when daemons run
[loctrkd.git] / test / common.py
index 138858530cc134baaf2e41033ce7f3363f08c074..38c59d588e72c87e1683cb2c4a3dc9d3853ae392 100644 (file)
@@ -63,7 +63,6 @@ class TestWithServers(TestCase):
         sleep(1)
 
     def tearDown(self) -> None:
-        sleep(1)
         for srvname, p in self.children:
             if p.pid is not None:
                 kill(p.pid, SIGINT)