X-Git-Url: http://www.average.org/gitweb/?p=loctrkd.git;a=blobdiff_plain;f=test%2Fcommon.py;h=38c59d588e72c87e1683cb2c4a3dc9d3853ae392;hp=138858530cc134baaf2e41033ce7f3363f08c074;hb=f1aaeb01f6fdf514b83e21f815c3c2407fb2e351;hpb=7ff26a2079e56969c65937b1bae7f6d908aa0664 diff --git a/test/common.py b/test/common.py index 1388585..38c59d5 100644 --- a/test/common.py +++ b/test/common.py @@ -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)