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

jan pushed a commit to branch fix/flakey-elixir-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit fcccf3e40d6c5fbd4cf760a17776939a0553f9f0
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