Tweak test database settings for speed

This commit is contained in:
Claudio Ortolina
2026-03-26 22:30:09 +00:00
parent 41f1f72e23
commit 152b3ddb70
+3 -1
View File
@@ -11,7 +11,9 @@ config :music_library, MusicLibrary.Repo,
# Double the amount of concurrent tests # Double the amount of concurrent tests
pool_size: 32, pool_size: 32,
pool: Ecto.Adapters.SQL.Sandbox, pool: Ecto.Adapters.SQL.Sandbox,
busy_timeout: 20_000 busy_timeout: 20_000,
journal_mode: :off,
synchronous: :off
config :music_library, MusicLibrary.BackgroundRepo, config :music_library, MusicLibrary.BackgroundRepo,
database: database: