]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
buildbot reported a lower number for test 1a...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Sep 2007 18:20:48 +0000 (18:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Sep 2007 18:20:48 +0000 (18:20 +0000)
test/profiling/zoomark.py

index 7626547fbf6845e49b54c3d361a487b7975b3049..7fe82a88fec3e9ac8e40e2bdb1967a3dd2ed7230 100644 (file)
@@ -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']