Skip to content

Commit 85b57f3

Browse files
committed
Debug indexingRescanOnOverflow test
1 parent 29b8891 commit 85b57f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/engineering/swat/watch/SingleDirectoryTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ public void execute(Runnable command) {
230230
});
231231

232232
try (var watch = watchConfig.start()) {
233+
Thread.sleep(TestHelper.NORMAL_WAIT.toMillis());
233234
// At this point, the index of last-modified-times inside `watch` is
234235
// populated with initial values.
235236

0 commit comments

Comments
 (0)