From: Mike Bayer Date: Tue, 4 Sep 2007 18:20:48 +0000 (+0000) Subject: buildbot reported a lower number for test 1a... X-Git-Tag: rel_0_4beta6~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a504b78e6c2b927f3c6ccc1282559c13740c5850;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git buildbot reported a lower number for test 1a... --- diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index 7626547fbf..7fe82a88fe 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']