diff --git a/config/test.exs b/config/test.exs index 7a05ee24..362876b9 100644 --- a/config/test.exs +++ b/config/test.exs @@ -36,6 +36,8 @@ config :microwaveprop, Microwaveprop.Repo, database: "microwaveprop_test#{System.get_env("MIX_TEST_PARTITION")}", pool: DBConnection.Ownership, pool_size: System.schedulers_online() * 2, + queue_target: 500, + queue_interval: 5000, ownership_timeout: 60_000, timeout: 60_000