X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/c5dbcd7993b17ddb2bbe9207f48408654cfd18ba..1c8f3db88212b2f4a5f79122af84f76b2c60da01:/tests/nothing.py?ds=sidebyside diff --git a/tests/nothing.py b/tests/nothing.py index f946bf9..70e481b 100755 --- a/tests/nothing.py +++ b/tests/nothing.py @@ -3,7 +3,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)