From f5dd2285511d7971e759043d5af21a4e8c0ce475 Mon Sep 17 00:00:00 2001 From: CJ Bryan and Matt Olenick Date: Thu, 1 Feb 2018 17:00:58 -0800 Subject: [PATCH] Use a larger ownership timeout in test mode. --- config/test.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index 7112416a1c..e6db93031f 100644 --- a/config/test.exs +++ b/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,