From 8062d32c19c6b0f2a63d168ffb007f1b48592b07 Mon Sep 17 00:00:00 2001 From: David Goetz Date: Thu, 16 Jun 2011 11:09:15 -0700 Subject: [PATCH] fixing ratelimit tests --- test/unit/common/middleware/test_ratelimit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/common/middleware/test_ratelimit.py b/test/unit/common/middleware/test_ratelimit.py index 7f45c744c6..97d9c92525 100644 --- a/test/unit/common/middleware/test_ratelimit.py +++ b/test/unit/common/middleware/test_ratelimit.py @@ -359,7 +359,6 @@ class TestRateLimit(unittest.TestCase): thread.join() time_took = time.time() - begin -# the all 15 threads still take 1.5 secs self.assertEquals(1.5, round(time_took, 1)) def test_ratelimit_acc_vrs_container(self):