PYTHON-4156 Increase interruptInUseConnections timeout to fix flaky test (#1528)

This commit is contained in:
Shane Harvey 2024-02-16 14:14:06 -08:00 committed by GitHub
parent a8b8dab04a
commit 5b5a7e640b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
],
"closeConnection": false,
"blockConnection": true,
"blockTimeMS": 1000
"blockTimeMS": 10000
}
},
"poolOptions": {