< prev index next >

test/java/nio/file/WatchService/LotsOfEvents.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* @test * @bug 6907760 6929532 * @summary Tests WatchService behavior when lots of events are pending * @library .. * @run main/timeout=180 LotsOfEvents + * @key randomness */ import java.nio.file.*; import static java.nio.file.StandardWatchEventKinds.*; import java.io.IOException;
< prev index next >