From f58a5e83b7b07cd52bf9f920b8c92aa5d94f5588 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 3 Dec 2024 19:42:52 +0000 Subject: [PATCH] Revert "Reduce pool size in test" This reverts commit 7a26b6bda619e3cb646c12caf40bfa782259ba78. --- config/test.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index c12a5743..dbe8902d 100644 --- a/config/test.exs +++ b/config/test.exs @@ -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,