summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_pool.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-02-28 20:46:06 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2010-02-28 20:46:06 +0000
commit6ec5b489c60bc474af76220c32ea61939af90daa (patch)
treeacfa919cc0a4735b8796428cf8869cc011c21c68 /test/aaa_profiling/test_pool.py
parent08f2c2c19a2f66eaf3c243bd1db7ace82f0e1286 (diff)
downloadsqlalchemy-6ec5b489c60bc474af76220c32ea61939af90daa.tar.gz
callcounts
Diffstat (limited to 'test/aaa_profiling/test_pool.py')
-rw-r--r--test/aaa_profiling/test_pool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py
index 33631ad4c..752787f4e 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()