Skip to content

Commit 812a85e

Browse files
committed
Improved test [skip ci]
1 parent 706cebc commit 812a85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_psycopg2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_cursor_factory_connection(self):
9797
conn.close()
9898

9999
def test_pool(self):
100-
pool = ThreadedConnectionPool(1, 3, dbname='pgvector_python_test')
100+
pool = ThreadedConnectionPool(1, 1, dbname='pgvector_python_test')
101101

102102
conn = pool.getconn()
103103
try:

0 commit comments

Comments
 (0)