You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by kr...@apache.org on 2012/06/22 23:04:56 UTC

svn commit: r1353028 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java

Author: kristwaa
Date: Fri Jun 22 21:04:55 2012
New Revision: 1353028

URL: http://svn.apache.org/viewvc?rev=1353028&view=rev
Log:
Adjusted comment to match code.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java?rev=1353028&r1=1353027&r2=1353028&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java Fri Jun 22 21:04:55 2012
@@ -104,7 +104,7 @@ public final class TestConfiguration {
 
     private FileOutputStream serverOutput;
 		
-    /** Sleep for 500 ms before pinging the network server (again) */
+    /** Sleep for 1000 ms before pinging the network server (again) */
     private static final int SLEEP_TIME = 1000;
             
     /**