From 28a5529fbf0cd4ef6c5f2c3cbfde64942c05b020 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 15 Feb 2012 11:50:01 -0500 Subject: [PATCH] callcounts --- test/aaa_profiling/test_resultset.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py index 53fe20ac9f..db253ce004 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -71,8 +71,8 @@ class ExecutionTest(fixtures.TestBase): # ensure initial connect activities complete c.execute("select 1") - @profiling.function_call_count(versions={'2.7':36, '2.6':35, '2.5':35, - '2.4':21, '3':34}, + @profiling.function_call_count(versions={'2.7':40, '2.6':40, '2.5':35, + '2.4':21, '3':40}, variance=.10) def go(): c.execute("select 1") -- 2.47.2