Bump port range

This commit is contained in:
Brian M. Carlson 2021-07-27 17:14:30 -05:00
parent 01cc104485
commit b38dcffb53

View File

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