diff --git a/config/test.exs b/config/test.exs index 4a409f04..538a5c16 100644 --- a/config/test.exs +++ b/config/test.exs @@ -20,7 +20,8 @@ config :microwaveprop, Microwaveprop.Repo, hostname: "localhost", database: "microwaveprop_test#{System.get_env("MIX_TEST_PARTITION")}", pool: Ecto.Adapters.SQL.Sandbox, - pool_size: System.schedulers_online() * 2 + pool_size: System.schedulers_online() * 2, + ownership_timeout: 60_000 # We don't run a server during test. If one is required, # you can enable the server option below.