X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/ad2f8275a5fc0dba29ca97bc02342d1f1627e590..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__':