X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/ad08c366a19e95d19e8ee5d66b050530339561e4..fbcfb25715ddbb522c8efac3faec1eca4811683d:/tests/nothing.py diff --git a/tests/nothing.py b/tests/nothing.py index 34cc706..a635f7f 100755 --- a/tests/nothing.py +++ b/tests/nothing.py @@ -22,7 +22,8 @@ import dtest,time def test(): """Just start the server and then stop it a few seconds later""" - time.sleep(5) + dtest.start_daemon() + time.sleep(2) if __name__ == '__main__': dtest.run(test)