Skip to content

Commit

Permalink
bump max connections for PG tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Nov 21, 2024
1 parent 5c8068a commit 880b536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testserver/datastore/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
POSTGRES_TEST_USER = "postgres"
POSTGRES_TEST_PASSWORD = "secret"
POSTGRES_TEST_PORT = "5432"
POSTGRES_TEST_MAX_CONNECTIONS = "2000"
POSTGRES_TEST_MAX_CONNECTIONS = "3000"
PGBOUNCER_TEST_PORT = "6432"
)

Expand Down

0 comments on commit 880b536

Please sign in to comment.