more ci tweaks

This commit is contained in:
Graham McIntire 2025-07-09 17:04:33 -05:00
parent 20d6e3fc16
commit 176e90186d
No known key found for this signature in database

View file

@ -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.