more ci tweaks
This commit is contained in:
parent
20d6e3fc16
commit
176e90186d
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue