summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_resultset.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-08-09 16:52:11 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-08-09 16:52:11 -0400
commit781fff75d05c3a809e29b98ad10bb3656aaae85a (patch)
treec043b322eb409c49226068de9bf1a6782167c3e0 /test/aaa_profiling/test_resultset.py
parent4e5407239765e10d0fd46e290c1f263af2d12378 (diff)
downloadsqlalchemy-781fff75d05c3a809e29b98ad10bb3656aaae85a.tar.gz
adjustment
Diffstat (limited to 'test/aaa_profiling/test_resultset.py')
-rw-r--r--test/aaa_profiling/test_resultset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py
index d0266e029..84eb34df1 100644
--- a/test/aaa_profiling/test_resultset.py
+++ b/test/aaa_profiling/test_resultset.py
@@ -72,7 +72,7 @@ class ExecutionTest(fixtures.TestBase):
# ensure initial connect activities complete
e.execute("select 1")
- @profiling.function_call_count(65, variance=.05)
+ @profiling.function_call_count(62, variance=.5)
def go():
e.execute("select 1")
go()