Ninja: Fix test merge after fixing CASSANDRA-19534

This commit is contained in:
Alex Petrov 2024-08-09 19:56:15 +02:00
parent aa7afeabce
commit ff3e5ab76d
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ public class ReadRepairTest extends TestBaseImpl
String key = "test1";
try (Cluster cluster = init(Cluster.build()
.withConfig(config -> config.with(Feature.GOSSIP, Feature.NETWORK)
.set("native_transport_timeout", String.format("%dms", Integer.MAX_VALUE))
.set("read_request_timeout", String.format("%dms", Integer.MAX_VALUE)))
.withTokenSupplier(TokenSupplier.evenlyDistributedTokens(4))
.withNodeIdTopology(NetworkTopology.singleDcNetworkTopology(4, "dc0", "rack0"))