Increase db timeout at dev enviroment

pull/279/head
Amanda Sposito 6 years ago
parent 01472cb353
commit f772e1a56f
  1. 3
      apps/explorer/config/dev.exs
  2. 2
      apps/explorer_web/config/test.exs

@ -7,6 +7,7 @@ config :explorer, Explorer.Repo,
hostname: "localhost", hostname: "localhost",
loggers: [], loggers: [],
pool_size: 20, pool_size: 20,
pool_timeout: 60_000 pool_timeout: 60_000,
timeout: 80_000
import_config "dev.secret.exs" import_config "dev.secret.exs"

@ -10,4 +10,4 @@ config :explorer_web, ExplorerWeb.Endpoint,
server: true server: true
# Configure wallaby # Configure wallaby
config :wallaby, screenshot_on_failure: true, js_errors: false config :wallaby, screenshot_on_failure: true

Loading…
Cancel
Save