From f3c81d67319e7acf398e8427b9a51cbf0f44bc40 Mon Sep 17 00:00:00 2001 From: fawce Date: Fri, 3 Aug 2012 23:00:45 -0400 Subject: [PATCH] dropped an extraneous sleep in the test --- tests/test_components.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_components.py b/tests/test_components.py index cf140677..896f4afc 100644 --- a/tests/test_components.py +++ b/tests/test_components.py @@ -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: