From 152b3ddb70d928639d1f91f6da88678c68a9dd79 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 26 Mar 2026 22:30:09 +0000 Subject: [PATCH] Tweak test database settings for speed --- config/test.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index a8fe55e0..790f2be4 100644 --- a/config/test.exs +++ b/config/test.exs @@ -11,7 +11,9 @@ config :music_library, MusicLibrary.Repo, # Double the amount of concurrent tests pool_size: 32, pool: Ecto.Adapters.SQL.Sandbox, - busy_timeout: 20_000 + busy_timeout: 20_000, + journal_mode: :off, + synchronous: :off config :music_library, MusicLibrary.BackgroundRepo, database: