You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/17 02:29:20 UTC

svn commit: r648905 - /commons/proper/io/trunk/src/test/org/apache/commons/io/monitor/FilesystemObserverTestCase.java

Author: niallp
Date: Wed Apr 16 17:29:19 2008
New Revision: 648905

URL: http://svn.apache.org/viewvc?rev=648905&view=rev
Log:
Increase delay to see if that affects continuum

Modified:
    commons/proper/io/trunk/src/test/org/apache/commons/io/monitor/FilesystemObserverTestCase.java

Modified: commons/proper/io/trunk/src/test/org/apache/commons/io/monitor/FilesystemObserverTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/test/org/apache/commons/io/monitor/FilesystemObserverTestCase.java?rev=648905&r1=648904&r2=648905&view=diff
==============================================================================
--- commons/proper/io/trunk/src/test/org/apache/commons/io/monitor/FilesystemObserverTestCase.java (original)
+++ commons/proper/io/trunk/src/test/org/apache/commons/io/monitor/FilesystemObserverTestCase.java Wed Apr 16 17:29:19 2008
@@ -441,7 +441,7 @@
             FileUtils.touch(file);
             while (lastModified == file.lastModified()) {
                 try {
-                    Thread.sleep(5);
+                    Thread.sleep(50);
                 } catch(InterruptedException ie) {
                     // ignore
                 }