summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/profiling/zoomark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py
index 7626547fb..7fe82a88f 100644
--- a/test/profiling/zoomark.py
+++ b/test/profiling/zoomark.py
@@ -44,7 +44,7 @@ class ZooMarkTest(testing.AssertMixin):
metadata.create_all()
@testing.supported('postgres')
- @profiling.profiled('populate', call_range=(4410, 4420), always=True)
+ @profiling.profiled('populate', call_range=(4390, 4420), always=True)
def test_1a_populate(self):
Zoo = metadata.tables['Zoo']
Animal = metadata.tables['Animal']