X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;fp=mudpy%2Ftests%2Fselftest.py;h=bb6f28af7ff9f1b4f3ddc77a93cf1aefd0b581d5;hp=88b95c0db650d8629726011e210c8745d929d3fd;hb=3679895b52c48070dd874b92e2b7e01dcd232feb;hpb=787d1bc42c8b9cde309709f520e254e66a23ff8d diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index 88b95c0..bb6f28a 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -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)