From: Mike Bayer Date: Sun, 28 Feb 2010 20:46:06 +0000 (+0000) Subject: callcounts X-Git-Tag: rel_0_6beta2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec5b489c60bc474af76220c32ea61939af90daa;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git callcounts --- diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index 33631ad4c7..752787f4e4 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -18,7 +18,7 @@ class QueuePoolTest(TestBase, AssertsExecutionResults): use_threadlocal=True) - @profiling.function_call_count(64, {'2.4': 36, '3.0':57, '3.1':57}) + @profiling.function_call_count(64, {'2.4': 42, '3.0':57, '3.1':57}) def test_first_connect(self): conn = pool.connect()