diff --git a/test/aaa_profiling/test_pool.py b/test/aaa_profiling/test_pool.py index 752787f4e4..0ce48e2a79 100644 --- a/test/aaa_profiling/test_pool.py +++ b/test/aaa_profiling/test_pool.py @@ -18,7 +18,7 @@ class QueuePoolTest(TestBase, AssertsExecutionResults): use_threadlocal=True) - @profiling.function_call_count(64, {'2.4': 42, '3.0':57, '3.1':57}) + @profiling.function_call_count(64, {'2.4': 42, '3.0':65, '3.1':65}) def test_first_connect(self): conn = pool.connect()