chore: noise in tests
This commit is contained in:
@@ -3,6 +3,7 @@ import Config
|
||||
config :bds, BDS.Repo,
|
||||
database: Path.expand("../priv/data/bds_test.db", __DIR__),
|
||||
pool: Ecto.Adapters.SQL.Sandbox,
|
||||
pool_size: 5
|
||||
pool_size: 5,
|
||||
busy_timeout: 15_000
|
||||
|
||||
config :logger, level: :warning
|
||||
|
||||
Reference in New Issue
Block a user