Skip to content

Commit 9133aae

Browse files
committed
Connection Acquisition Timeout set to zero will imply to always failing since.
1 parent 45137ff commit 9133aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver/test/driver.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe('#integration driver', () => {
170170
// Given
171171
const config = {
172172
maxConnectionPoolSize: 2,
173-
connectionAcquisitionTimeout: 0,
173+
connectionAcquisitionTimeout: 1000,
174174
encrypted: false
175175
}
176176
driver = neo4j.driver(

0 commit comments

Comments
 (0)