From: Mike Bayer Date: Sun, 24 Jun 2012 06:07:43 +0000 (-0400) Subject: - somehting is making this test have an inconsistent callcount X-Git-Tag: rel_0_8_0b1~351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=467f7c1e0271d01c597aa083f0ef54fab40ba40b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - somehting is making this test have an inconsistent callcount --- diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index 78abe2a00a..1e74b270a3 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -35,7 +35,7 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults): @profiling.function_call_count(72, {'2.4': 68, '2.7':75, '2.7+cextension':75, '3':62}, - variance=.10) + variance=.15) def test_first_connect(self): conn = pool.connect()