Make test requiring port less flakey

This commit is contained in:
Brian M. Carlson 2021-07-27 17:01:03 -05:00
parent 74babd3c59
commit 01cc104485

View File

@ -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',