Use a larger ownership timeout in test mode.

pull/2/head
CJ Bryan and Matt Olenick 7 years ago
parent 1d7f22d123
commit f5dd228551
  1. 3
      config/test.exs

@ -17,7 +17,8 @@ config :explorer, Explorer.Repo,
adapter: Ecto.Adapters.Postgres,
database: "explorer_test",
hostname: "localhost",
pool: Ecto.Adapters.SQL.Sandbox
pool: Ecto.Adapters.SQL.Sandbox,
ownership_timeout: 30_000
# Configure wallaby
config :wallaby,

Loading…
Cancel
Save