kevinrr888 commented on code in PR #5243:
URL: https://github.com/apache/accumulo/pull/5243#discussion_r1910738367
##########
test/src/main/java/org/apache/accumulo/test/fate/FateIT.java:
##########
@@ -238,7 +238,7 @@ protected void testTransactionStatus(FateStore<TestEnv>
store, ServerContext sct
try {
// Wait for the transaction runner to be scheduled.
- Thread.sleep(3000);
+ Thread.sleep(fate.getInitialDelay().toMillis() * 2);
Review Comment:
greater than the delay to avoid potential timing issues
--
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]