We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
indexingRescanOnOverflow
1 parent 29b8891 commit 85b57f3Copy full SHA for 85b57f3
src/test/java/engineering/swat/watch/SingleDirectoryTests.java
@@ -230,6 +230,7 @@ public void execute(Runnable command) {
230
});
231
232
try (var watch = watchConfig.start()) {
233
+ Thread.sleep(TestHelper.NORMAL_WAIT.toMillis());
234
// At this point, the index of last-modified-times inside `watch` is
235
// populated with initial values.
236
0 commit comments