diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-09 16:43:46 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-09 16:43:46 -0400 |
| commit | 4e5407239765e10d0fd46e290c1f263af2d12378 (patch) | |
| tree | 44616dac78e2258e9dbb92c94153e50f213e680e /test/aaa_profiling/test_pool.py | |
| parent | 442237afaada6785b6a94d2453d8b180b7f318ca (diff) | |
| download | sqlalchemy-4e5407239765e10d0fd46e290c1f263af2d12378.tar.gz | |
more adjustments
Diffstat (limited to 'test/aaa_profiling/test_pool.py')
| -rw-r--r-- | test/aaa_profiling/test_pool.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index da4196549..b55156bf5 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -32,7 +32,7 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults): # probably # due to the event mechanics being established # or not already... - @profiling.function_call_count(72, variance=.15) + @profiling.function_call_count(55, variance=.15) def test_first_connect(self): conn = pool.connect() @@ -40,7 +40,7 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults): conn = pool.connect() conn.close() - @profiling.function_call_count(29, variance=.10) + @profiling.function_call_count(17, variance=.10) def go(): conn2 = pool.connect() return conn2 |
