]> 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:33 +0000 (12:09 -0400)
test/aaa_profiling/test_resultset.py

index a8b9f9d6fe1c1e72e3c0c6e414bebdfe1fa6b9d6..df4ba35b56ca99ebbc3aadb046bff2042feb3a97 100644 (file)
@@ -70,7 +70,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