X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/44385936ca254ab99b800640f16b18401478a95a..f9635e06947ec6bc61c7977e7a3f9dba2c43d784:/tests/nothing.py diff --git a/tests/nothing.py b/tests/nothing.py index f946bf9..7a8e55d 100755 --- a/tests/nothing.py +++ b/tests/nothing.py @@ -3,7 +3,7 @@ import dtest,time def test(): """Just start the server and then stop it a few seconds later""" - time.sleep(5) + time.sleep(2) if __name__ == '__main__': dtest.run(test)