summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_resultset.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-03-14 15:30:10 -0700
committerMike Bayer <mike_mp@zzzcomputing.com>2012-03-14 15:30:10 -0700
commitc235b4a335ddfb663061273fece213ab6a0c65b8 (patch)
treef465e938ef41078136fe4c6bce4dbb9198578563 /test/aaa_profiling/test_resultset.py
parentd62a2ca58f5380c86e7f3a3c2869c26460343f5e (diff)
downloadsqlalchemy-c235b4a335ddfb663061273fece213ab6a0c65b8.tar.gz
callcounts
Diffstat (limited to 'test/aaa_profiling/test_resultset.py')
-rw-r--r--test/aaa_profiling/test_resultset.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py
index e769fa6b3..632f67c6a 100644
--- a/test/aaa_profiling/test_resultset.py
+++ b/test/aaa_profiling/test_resultset.py
@@ -84,8 +84,8 @@ class ExecutionTest(fixtures.TestBase):
# ensure initial connect activities complete
e.execute("select 1")
- @profiling.function_call_count(versions={'2.4':41, '2.5':58,
- '2.6':58, '3':61,
+ @profiling.function_call_count(versions={'2.4':41, '2.5':60,
+ '2.6':60, '3':61,
'2.7':60,
'2.6+cextension':60},
variance=.05)