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 18:10:06 UTC

[couchdb] branch junit-reports-and-jenkins-env updated: Increase default HTTP request timeout to 60s

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

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


The following commit(s) were added to refs/heads/junit-reports-and-jenkins-env by this push:
     new 45c3ed8  Increase default HTTP request timeout to 60s
45c3ed8 is described below

commit 45c3ed8c983272e4539e4ec51c0f0bcd7de33a84
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Mon Jul 29 14:48:40 2019 -0400

    Increase default HTTP request timeout to 60s
    
    Needed to avoid timeouts on ASF Jenkins build farm.
---
 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 58581b2..d43e23d 100644
--- a/test/elixir/lib/couch.ex
+++ b/test/elixir/lib/couch.ex
@@ -179,7 +179,7 @@ defmodule Couch do
       Keyword.get(
         options,
         :timeout,
-        Application.get_env(:httpotion, :default_timeout, 5000)
+        Application.get_env(:httpotion, :default_timeout, 60_000)
       )
 
     ib_options =