diff options
Diffstat (limited to 'test/profiling/compiler.py')
-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 544e674f3..6fa4f9659 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=(130, 150), always=True) + @profiling.profiled('ctest_select', call_range=(110, 130), always=True) def test_select(self): s = select([t1], t1.c.c2==t2.c.c1) s.compile() |