Skip to content

Commit d7204e0

Browse files
committed
Debug test
1 parent d4eb787 commit d7204e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ void indexingRescanOnOverflow() throws IOException, InterruptedException {
175175
.on(bookkeeper);
176176

177177
try (var watch = watchConfig.start()) {
178+
Thread.sleep(TestHelper.NORMAL_WAIT.toMillis());
179+
178180
// Begin overflow simulation
179181
dropEvents.set(true);
180182

0 commit comments

Comments
 (0)