dropped an extraneous sleep in the test

This commit is contained in:
fawce
2012-08-03 23:00:45 -04:00
parent 479ad502f6
commit f3c81d6731
-3
View File
@@ -154,9 +154,6 @@ class ComponentTestCase(TestCase):
sorted_out = date_sorted_sources(*sources)
import time
time.sleep(.25)
prev = None
sort_count = 0
for msg in sorted_out: