Skip to content

Commit

Permalink
fix: adjust db-pool for test to use max=4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Dec 14, 2022
1 parent e011676 commit 34c12c8
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: 3 },
pool: { min: 1, max: 4 },
schema: databaseSchema,
ssl: false,
},
Expand Down

0 comments on commit 34c12c8

Please sign in to comment.