You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2009/06/04 11:17:39 UTC

svn commit: r781690 - /commons/proper/pool/trunk/build.xml

Author: markt
Date: Thu Jun  4 09:17:37 2009
New Revision: 781690

URL: http://svn.apache.org/viewvc?rev=781690&view=rev
Log:
Either I have a *really* slow machine or we have more tests.

Modified:
    commons/proper/pool/trunk/build.xml

Modified: commons/proper/pool/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=781690&r1=781689&r2=781690&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Thu Jun  4 09:17:37 2009
@@ -131,7 +131,7 @@
    </target>
 
    <target name="test" depends="compile-test" description="runs (junit) unit tests">
-      <echo message="Because we need to sleep to test the eviction threads, this takes a little while (around 35 seconds)..."/>
+      <echo message="Because we need to sleep to test the eviction threads, this takes a little while (around 2 minutes)..."/>
       <junit printsummary="true" showoutput="true" fork="yes" haltonerror="${test.failonerror}">
         <classpath>
           <pathelement location="${build.classes.dir}" />