summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_pool.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-01 00:25:50 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-01 00:25:50 +0000
commitfbe6772d44bbcccfbd6ca21dc4b2d76bd21cd696 (patch)
tree32aa656be63fd73786cb97ab174086b956d6c383 /test/aaa_profiling/test_pool.py
parentd840042748314229dfaf04da109e00a6c04188d6 (diff)
downloadsqlalchemy-fbe6772d44bbcccfbd6ca21dc4b2d76bd21cd696.tar.gz
more bumps
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 752787f4e..0ce48e2a7 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': 42, '3.0':57, '3.1':57})
+ @profiling.function_call_count(64, {'2.4': 42, '3.0':65, '3.1':65})
def test_first_connect(self):
conn = pool.connect()