Skip to content

Commit 3787e3b

Browse files
committed
Debug test
1 parent 80de4d0 commit 3787e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ void memorylessRescanOnOverflow() throws IOException, InterruptedException {
166166
@Test
167167
void indexingRescanOnOverflow() throws IOException, InterruptedException {
168168
var directory = testDir.getTestDirectory();
169-
Thread.sleep(TestHelper.NORMAL_WAIT.toMillis());
170169

171170
var bookkeeper = new TestHelper.Bookkeeper();
172171
var dropEvents = new AtomicBoolean(false); // Toggles overflow simulation
@@ -175,6 +174,7 @@ void indexingRescanOnOverflow() throws IOException, InterruptedException {
175174
.onOverflow(Approximation.DIFF)
176175
.on(bookkeeper);
177176

177+
//Thread.sleep(TestHelper.NORMAL_WAIT.toMillis());
178178
try (var watch = watchConfig.start()) {
179179

180180
// Begin overflow simulation

0 commit comments

Comments
 (0)