maedhroz commented on code in PR #3365:
URL: https://github.com/apache/cassandra/pull/3365#discussion_r1635149306


##########
test/distributed/org/apache/cassandra/fuzz/sai/MultiNodeSAITest.java:
##########
@@ -45,7 +45,10 @@ public static void before() throws Throwable
         cluster = Cluster.build()
                          .withNodes(2)
                          // At lower fetch sizes, queries w/ hundreds or 
thousands of matches can take a very long time. 
-                         .withConfig(InJvmSutBase.defaultConfig().andThen(c -> 
c.set("range_request_timeout", "180s").set("read_request_timeout", "180s")
+                         .withConfig(InJvmSutBase.defaultConfig().andThen(c -> 
c.set("range_request_timeout", "180s")

Review Comment:
   Want to leave some room to change these in the future, as they've been 
chosen somewhat arbitrarily.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to