Double the test database timeout.

pull/2/head
CJ Bryan and Matt Olenick 7 years ago
parent 57fd798293
commit 261f15f10d
  1. 2
      config/test.exs

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

Loading…
Cancel
Save