You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/08/07 20:46:46 UTC

[couchdb] branch jenkins-junit-reports-and-jenkins-env updated: Raise the inactivity_timeout as well

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch jenkins-junit-reports-and-jenkins-env
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/jenkins-junit-reports-and-jenkins-env by this push:
     new ae35815  Raise the inactivity_timeout as well
ae35815 is described below

commit ae3581516a40ebb9ab7522e38d52a58929ceae34
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Wed Aug 7 16:46:34 2019 -0400

    Raise the inactivity_timeout as well
---
 test/elixir/lib/couch.ex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/elixir/lib/couch.ex b/test/elixir/lib/couch.ex
index d43e23d..aa79118 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 =