ionutzpi commented on code in PR #1727:
URL: https://github.com/apache/jackrabbit-oak/pull/1727#discussion_r1766892775
##########
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/MissingLastRevSeekerTest.java:
##########
@@ -248,6 +248,7 @@ public void dispose() {
dns.merge(b1, EmptyHook.INSTANCE, CommitInfo.EMPTY);
}
dns.runBackgroundOperations();
+ Thread.sleep(1001);
Review Comment:
Adding code with assertEventually(..) still fails on local, even if I add
100s as timeout. With no timeout it still fails.
--
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]