dcapwell commented on code in PR #103:
URL: https://github.com/apache/cassandra-accord/pull/103#discussion_r1674893067


##########
accord-core/src/test/java/accord/utils/Property.java:
##########
@@ -415,6 +413,8 @@ public static StatefulBuilder stateful()
     public static class StatefulBuilder extends Common<StatefulBuilder>
     {
         protected int steps = 1000;
+        @Nullable
+        protected Duration stepTimeout = null;

Review Comment:
   `TopologyMixupTest` is what. uses this.  The test runs long running tasks 
that could block forever, so having a timeout per step will cause us to fail 
instead and recover the seed.



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