Skip to content

Commit

Permalink
fix: adjust db-pool for test to use max=3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Dec 14, 2022
1 parent 2223cac commit e4035d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e/helpers/database-init.ts
Expand Up @@ -86,7 +86,7 @@ export default async function init(
const config = createTestConfig({
db: {
...getDbConfig(),
pool: { min: 1, max: 5 },
pool: { min: 1, max: 3 },
schema: databaseSchema,
ssl: false,
},
Expand Down

0 comments on commit e4035d3

Please sign in to comment.