yifan-c commented on code in PR #131:
URL:
https://github.com/apache/cassandra-analytics/pull/131#discussion_r2298673397
##########
cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/expansion/JoiningMultiDCTest.java:
##########
@@ -141,7 +141,7 @@ public static boolean bootstrap(Collection<?> tokens,
boolean result = orig.call();
// trigger bootstrap start and wait until bootstrap is ready from
test
transitioningStateStart.countDown();
-
TestUninterruptibles.awaitUninterruptiblyOrThrow(transitioningStateEnd, 2,
TimeUnit.MINUTES);
+
TestUninterruptibles.awaitUninterruptiblyOrThrow(transitioningStateEnd, 5,
TimeUnit.MINUTES);
Review Comment:
I do not feel the workaround is necessary. If it is stuck for 2 minutes, it
is likely stuck for 5 minutes too.
--
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]