Searched refs:DELAY_IN_MS (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/test/java/nio/file/Files/
H A DInterruptCopy.java39 private static final int DELAY_IN_MS = 500; field in class:InterruptCopy
83 }}, DELAY_IN_MS, TimeUnit.MILLISECONDS);
112 Thread.sleep(DELAY_IN_MS);

Completed in 97 milliseconds