Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Sep 30, 2024
1 parent fdcf98e commit 3e8bf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Examine.Lucene/Providers/LuceneIndex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ private LuceneSearcher CreateSearcher()
_nrtReopenThread.Start();

// wait for most recent changes when first creating the searcher
_nrtReopenThread.WaitForGeneration(_latestGen.Value, 5000);
WaitForChanges();
}
else
{
Expand Down

0 comments on commit 3e8bf11

Please sign in to comment.