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 8736474 commit 067fb8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ public void canServeTimeSeriesFromCache_Rollup() throws Exception {
session.saveChanges();
}

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

try (IDocumentSession session = store.openSession()) {
ISessionDocumentRollupTypedTimeSeries<TimeSeriesTypedSessionTest.StockPrice> ts =
Expand Down

0 comments on commit 067fb8f

Please sign in to comment.