Skip to content

Commit 25362de

Browse files
author
Niall Pemberton
committed
IO-196 Increase pause() when touching files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1006011 13f79535-47bb-0310-9956-ffa450edef68
1 parent 011e775 commit 25362de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/monitor/FileSystemMonitorTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private File touch(File file) {
178178
file = new File(file.getParent(), file.getName());
179179
while (lastModified == file.lastModified()) {
180180
try {
181-
Thread.sleep(50);
181+
Thread.sleep(200);
182182
} catch(InterruptedException ie) {
183183
// ignore
184184
}

0 commit comments

Comments
 (0)