Don't wait during selftest process cleanup
[mudpy.git] / mudpy / tests / selftest.py
index 88b95c0..bb6f28a 100644 (file)
@@ -461,7 +461,6 @@ def start_service(config):
         try:
             # Stop the running service
             os.kill(pid, 15)
-            time.sleep(1)
         except ProcessLookupError:
             # If there was no process, just remove the stale PID file
             os.remove(pidfile)