Skip to content

Commit

Permalink
Update packages/@n8n/config/test/config.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tomi Turtiainen <[email protected]>
  • Loading branch information
ivov and tomi authored Sep 6, 2024
1 parent 4f25911 commit b574ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@n8n/config/test/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('GlobalConfig', () => {
poolSize: 2,
port: 5432,
schema: 'public',
connectionTimeoutMs: 20000,
connectionTimeoutMs: 20_000,
ssl: {
ca: '',
cert: '',
Expand Down

0 comments on commit b574ea2

Please sign in to comment.