sync with trunk
[disorder] / tests / files.py
index 24d4ea4..3fc19f4 100755 (executable)
@@ -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__':