From e83eefafbb76b4c9770fb916e205d501d621b90d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 25 Nov 2007 04:00:44 +0000 Subject: [PATCH] bump for py2.4 --- test/profiling/compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py index 6fa4f96590..9395fb927b 100644 --- a/test/profiling/compiler.py +++ b/test/profiling/compiler.py @@ -24,7 +24,7 @@ class CompileTest(AssertMixin): t1.update().compile() # TODO: this is alittle high - @profiling.profiled('ctest_select', call_range=(110, 130), always=True) + @profiling.profiled('ctest_select', call_range=(110, 140), always=True) def test_select(self): s = select([t1], t1.c.c2==t2.c.c1) s.compile() -- 2.47.3