Skip to content

Commit 5842609

Browse files
author
Niall Pemberton
committed
Increase delay to see if that affects continuum
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@648905 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9a4e82e commit 5842609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ private File touch(File file) {
441441
FileUtils.touch(file);
442442
while (lastModified == file.lastModified()) {
443443
try {
444-
Thread.sleep(5);
444+
Thread.sleep(50);
445445
} catch(InterruptedException ie) {
446446
// ignore
447447
}

0 commit comments

Comments
 (0)