X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/fc9c24e3ebb095d05e2d140526289c622d6e5504..1a4a6350a9033f0c2d1e2b7e6c1a029bdaa46da6:/tests/nothing.py diff --git a/tests/nothing.py b/tests/nothing.py index f3bdeb9..c12443e 100755 --- a/tests/nothing.py +++ b/tests/nothing.py @@ -21,9 +21,8 @@ import dtest,time def test(): - """Just start the server and then stop it a few seconds later""" + """Just start the server and then stop it""" dtest.start_daemon() - time.sleep(2) if __name__ == '__main__': dtest.run()