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

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b6243b56314a2f398defc6657a9ae2eb81def6b0
Author: Jan Lehnardt <[email protected]>
AuthorDate: Thu Feb 26 16:36:04 2026 +0100

    fix: reduce flakeyness of auto config reload test
---
 test/elixir/test/config_test.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/elixir/test/config_test.exs b/test/elixir/test/config_test.exs
index d1a4f7d9c..f77a09018 100644
--- a/test/elixir/test/config_test.exs
+++ b/test/elixir/test/config_test.exs
@@ -194,7 +194,7 @@ defmodule ConfigTest do
       delete_config(context, "config", "auto_reload_secs", nil)
     end)
 
-    :timer.sleep(1200)
+    :timer.sleep(1500)
     assert get_config(context, "foo", "bar") == "baz"
   end
 

Reply via email to