We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cc104 commit b38dcffCopy full SHA for b38dcff
packages/pg/test/integration/client/connection-timeout-tests.js
@@ -7,7 +7,7 @@ const suite = new helper.Suite()
7
8
const options = {
9
host: 'localhost',
10
- port: Math.floor(Math.random() * 2000) + 1000,
+ port: Math.floor(Math.random() * 2000) + 2000,
11
connectionTimeoutMillis: 2000,
12
user: 'not',
13
database: 'existing',
0 commit comments