diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-11-25 04:00:44 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-11-25 04:00:44 +0000 |
| commit | e83eefafbb76b4c9770fb916e205d501d621b90d (patch) | |
| tree | 9ec361a36495031db335c795e709cabc106572e7 | |
| parent | d5f9f122f67285d9426cee4bd7958a9a198ded3d (diff) | |
| download | sqlalchemy-e83eefafbb76b4c9770fb916e205d501d621b90d.tar.gz | |
bump for py2.4
| -rw-r--r-- | test/profiling/compiler.py | 2 |
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() |
