diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-21 12:09:12 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-21 12:09:12 -0400 |
| commit | a007c6e6161ace1bdaaf2cd461adc018abc49794 (patch) | |
| tree | 42eb834c0a2ebdb10c6143550725015b913b4e26 /test/aaa_profiling | |
| parent | c02e95ed33504f2738261e4e80c28382f94d8d51 (diff) | |
| download | sqlalchemy-a007c6e6161ace1bdaaf2cd461adc018abc49794.tar.gz | |
put a greater variance into this test to prevent sporadic failures
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_resultset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_resultset.py b/test/aaa_profiling/test_resultset.py index cff2d1e5b..a964adcae 100644 --- a/test/aaa_profiling/test_resultset.py +++ b/test/aaa_profiling/test_resultset.py @@ -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 |
