mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
fix: adjust db-pool for test to use max=4
This commit is contained in:
parent
e01167676c
commit
34c12c8234
@ -86,7 +86,7 @@ export default async function init(
|
|||||||
const config = createTestConfig({
|
const config = createTestConfig({
|
||||||
db: {
|
db: {
|
||||||
...getDbConfig(),
|
...getDbConfig(),
|
||||||
pool: { min: 1, max: 3 },
|
pool: { min: 1, max: 4 },
|
||||||
schema: databaseSchema,
|
schema: databaseSchema,
|
||||||
ssl: false,
|
ssl: false,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user