This is an automated email from the ASF dual-hosted git repository. ifesdjeen pushed a commit to branch cep-15-accord in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit c1029bf02da0a9fd9935ce91cf5dbb7a84a42b59 Author: Alex Petrov <oleksandr.pet...@gmail.com> AuthorDate: Wed Aug 28 17:18:36 2024 +0200 Add native_transport_timeout to this branch to reduce test failure noise --- src/java/org/apache/cassandra/config/Config.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/java/org/apache/cassandra/config/Config.java b/src/java/org/apache/cassandra/config/Config.java index 1ac92db22d..b6b68504d2 100644 --- a/src/java/org/apache/cassandra/config/Config.java +++ b/src/java/org/apache/cassandra/config/Config.java @@ -1326,4 +1326,7 @@ public class Config } public TriggersPolicy triggers_policy = TriggersPolicy.enabled; + + // TODO (required): this is only here to avoid test python dtest failures + public DurationSpec.LongMillisecondsBound native_transport_timeout = new DurationSpec.LongMillisecondsBound("12s"); } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org