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