mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-28 11:35:19 -04:00
adjustment
This commit is contained in:
@@ -72,7 +72,7 @@ class ExecutionTest(fixtures.TestBase):
|
||||
# ensure initial connect activities complete
|
||||
e.execute("select 1")
|
||||
|
||||
@profiling.function_call_count(65, variance=.05)
|
||||
@profiling.function_call_count(62, variance=.5)
|
||||
def go():
|
||||
e.execute("select 1")
|
||||
go()
|
||||
|
||||
Reference in New Issue
Block a user