Skip to content

Commit

Permalink
increase db pool size for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
briankariuki committed Dec 5, 2024
1 parent f9cd94e commit 1275e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config :animina, Animina.Repo,
hostname: "localhost",
database: "animina_test#{System.get_env("MIX_TEST_PARTITION")}",
pool: Ecto.Adapters.SQL.Sandbox,
pool_size: 10
pool_size: 20

# We don't run a server during test. If one is required,
# you can enable the server option below.
Expand Down

0 comments on commit 1275e27

Please sign in to comment.