X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/aa8964354bc97cfdc7b6d51e560b9c0aacfd7243..7ebd22d96eab9fbc3d6180ea6697c7a86ad08657:/tests/nothing.py?ds=sidebyside diff --git a/tests/nothing.py b/tests/nothing.py index 34cc706..f3bdeb9 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) + dtest.run()