]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
put a greater variance into this test to prevent sporadic failures
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Jul 2014 16:09:12 +0000 (12:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Jul 2014 16:09:12 +0000 (12:09 -0400)
test/aaa_profiling/test_resultset.py

index cff2d1e5b6a78812a909534b0fe8b6e6adfe266a..a964adcaeea6243feb9d600d5ff84d7bdb19f7c4 100644 (file)
@@ -77,7 +77,7 @@ class ExecutionTest(fixtures.TestBase):
             c.execute("select 1")
         go()
 
-    def test_minimal_engine_execute(self):
+    def test_minimal_engine_execute(self, variance=0.10):
         # create an engine without any instrumentation.
         e = create_engine('sqlite://')
         # ensure initial connect activities complete