diff --git a/config/test.exs b/config/test.exs index 297ee09..3f1128a 100644 --- a/config/test.exs +++ b/config/test.exs @@ -15,7 +15,9 @@ config :aprsme, Aprsme.Repo, database: "aprsme_test#{System.get_env("MIX_TEST_PARTITION")}", pool: Ecto.Adapters.SQL.Sandbox, pool_size: System.schedulers_online() * 2, - types: Aprsme.PostgresTypes + types: Aprsme.PostgresTypes, + ownership_timeout: 300_000, + timeout: 300_000 # We don't run a server during test. If one is required, # you can enable the server option below.