Skip to content

Commit

Permalink
wait a bit longer for rollups
Browse files Browse the repository at this point in the history
  • Loading branch information
ml054 committed Dec 1, 2023
1 parent 2d4de81 commit 8736474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ public void canIncludeTypedTimeSeries_Rollup() throws Exception {
session.saveChanges();
}

Thread.sleep(1200); // wait for rollups
Thread.sleep(3000); // wait for rollups

try (IDocumentSession session = store.openSession()) {
User user = session.query(User.class)
Expand Down

0 comments on commit 8736474

Please sign in to comment.