Skip to content

Commit b38dcff

Browse files
committed
Bump port range
1 parent 01cc104 commit b38dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/test/integration/client/connection-timeout-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const suite = new helper.Suite()
77

88
const options = {
99
host: 'localhost',
10-
port: Math.floor(Math.random() * 2000) + 1000,
10+
port: Math.floor(Math.random() * 2000) + 2000,
1111
connectionTimeoutMillis: 2000,
1212
user: 'not',
1313
database: 'existing',

0 commit comments

Comments
 (0)