This is an automated email from the ASF dual-hosted git repository. jiahuili430 pushed a commit to branch add-retry-until-for-search_test.exs in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 0958350edc34ccba7db1a5eda9ff6e89fe0f5425 Author: Jiahui Li <[email protected]> AuthorDate: Sat Apr 11 22:17:33 2026 -0500 t increase request_timeout --- test/elixir/lib/couch.ex | 2 +- test/elixir/lib/couch_raw.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/elixir/lib/couch.ex b/test/elixir/lib/couch.ex index a119095a9..b4007c7a1 100644 --- a/test/elixir/lib/couch.ex +++ b/test/elixir/lib/couch.ex @@ -77,7 +77,7 @@ defmodule Couch do # specifically fires during an active HTTP response and defaults to 10_000 # if not specified. We're defining it to a different value than the # request_timeout largely just so we know which timeout fired. - @request_timeout 60_000 + @request_timeout 600_000 @inactivity_timeout 55_000 def process_url("http://" <> _ = url) do diff --git a/test/elixir/lib/couch_raw.ex b/test/elixir/lib/couch_raw.ex index 641612c9c..17c16448d 100644 --- a/test/elixir/lib/couch_raw.ex +++ b/test/elixir/lib/couch_raw.ex @@ -4,7 +4,7 @@ defmodule Rawresp do @moduledoc """ HTTP client that provides raw response as result """ - @request_timeout 60_000 + @request_timeout 600_000 @inactivity_timeout 55_000 def process_url("http://" <> _ = url) do
