X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/a4d8ba8f5aee04e305a1eb43d94bd97039f72167..f0c20432f8c9dffd049c785f21cc85d98ff628fd:/tests/files.py diff --git a/tests/files.py b/tests/files.py index 24d4ea4..3fc19f4 100755 --- a/tests/files.py +++ b/tests/files.py @@ -23,7 +23,6 @@ import dtest,time,disorder,sys def test(): """Check that the file listing comes out right""" dtest.start_daemon() - time.sleep(2) # give rescan a chance assert dtest.check_files() == 0 if __name__ == '__main__':