summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2019-08-07 16:46:34 -0400
committerAdam Kocoloski <kocolosk@apache.org>2019-08-07 16:46:34 -0400
commitae3581516a40ebb9ab7522e38d52a58929ceae34 (patch)
treefb89a021cef655746029d2d4aa7a0bb674f5de1f
parent13718398a0b252c20eab0d4b8c6d3815cd6fafc2 (diff)
downloadcouchdb-ae3581516a40ebb9ab7522e38d52a58929ceae34.tar.gz
Raise the inactivity_timeout as well
-rw-r--r--test/elixir/lib/couch.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/elixir/lib/couch.ex b/test/elixir/lib/couch.ex
index d43e23d26..aa791189d 100644
--- a/test/elixir/lib/couch.ex
+++ b/test/elixir/lib/couch.ex
@@ -185,7 +185,7 @@ defmodule Couch do
ib_options =
Keyword.merge(
Application.get_env(:httpotion, :default_ibrowse, []),
- Keyword.get(options, :ibrowse, [])
+ Keyword.get(options, :ibrowse, [{:inactivity_timeout, 55_000}])
)
follow_redirects =