summaryrefslogtreecommitdiff
path: root/test/profiling
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2007-11-25 04:00:44 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2007-11-25 04:00:44 +0000
commite83eefafbb76b4c9770fb916e205d501d621b90d (patch)
tree9ec361a36495031db335c795e709cabc106572e7 /test/profiling
parentd5f9f122f67285d9426cee4bd7958a9a198ded3d (diff)
downloadsqlalchemy-e83eefafbb76b4c9770fb916e205d501d621b90d.tar.gz
bump for py2.4
Diffstat (limited to 'test/profiling')
-rw-r--r--test/profiling/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py
index 6fa4f9659..9395fb927 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()