Revert "Reduce pool size in test"

This reverts commit 7a26b6bda6.
This commit is contained in:
Claudio Ortolina
2024-12-03 19:42:52 +00:00
parent 907f480bc1
commit f58a5e83b7
+2 -1
View File
@@ -7,7 +7,8 @@ import Config
# Run `mix help test` for more information.
config :music_library, MusicLibrary.Repo,
database: Path.expand("../data/music_library_test.db", __DIR__),
pool_size: 10,
# Double the amount of concurrent tests
pool_size: 32,
pool: Ecto.Adapters.SQL.Sandbox
# We don't run a server during test. If one is required,