Skip to content

Commit d7fa0d1

Browse files
committed
Increase sleep time in test even more
1 parent 4d232c3 commit d7fa0d1

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
@@ -225,6 +225,7 @@ void indexingRescanOnOverflow() throws IOException, InterruptedException {
225225

226226
var overflow = new WatchEvent(WatchEvent.Kind.OVERFLOW, directory);
227227
((EventHandlingWatch) watch).handleEvent(overflow);
228+
Thread.sleep(TestHelper.NORMAL_WAIT.toMillis());
228229
Thread.sleep(TestHelper.LONG_WAIT.toMillis());
229230
// At this point, the current thread has presumably slept long
230231
// enough for the `OVERFLOW` event to have been handled by the

0 commit comments

Comments
 (0)