mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Bump port range
This commit is contained in:
parent
01cc104485
commit
b38dcffb53
@ -7,7 +7,7 @@ const suite = new helper.Suite()
|
||||
|
||||
const options = {
|
||||
host: 'localhost',
|
||||
port: Math.floor(Math.random() * 2000) + 1000,
|
||||
port: Math.floor(Math.random() * 2000) + 2000,
|
||||
connectionTimeoutMillis: 2000,
|
||||
user: 'not',
|
||||
database: 'existing',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user