jonmv commented on code in PR #1925: URL: https://github.com/apache/zookeeper/pull/1925#discussion_r1095437038
########## zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/DIFFSyncConsistencyTest.java: ########## @@ -49,7 +49,7 @@ public class DIFFSyncConsistencyTest extends QuorumPeerTestBase { private MainThread[] mt = new MainThread[SERVER_COUNT]; @Test - @Timeout(value = 120) + @Timeout(value = 20) Review Comment: I believe this test was unstable, and when it hung, it was annoying that it hung for so long. We don't need to commit this change, though. ```suggestion @Timeout(value = 120) ``` -- 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: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org