kevinrr888 commented on code in PR #4912:
URL: https://github.com/apache/accumulo/pull/4912#discussion_r1771741254


##########
test/src/main/java/org/apache/accumulo/test/fate/MultipleStoresIT.java:
##########
@@ -458,7 +458,7 @@ private void testDeadReservationsCleanup(FateInstanceType 
storeType) throws Exce
       boolean allReservedWithLock2 = store2Reservations.values().stream()
           .allMatch(entry -> 
FateStore.FateReservation.locksAreEqual(entry.getLockID(), lock2));
       return store2Reservations.keySet().equals(allIds) && 
allReservedWithLock2;
-    }, 60_000);
+    }, 60_000 * 4);

Review Comment:
   yes
   9599bd87d02a58413080cc1b241a6285857d2778 changed this to 30 seconds with use 
of `FastFate`



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

Reply via email to