Author: bodewig
Date: Fri Aug  8 07:29:56 2008
New Revision: 683981

URL: http://svn.apache.org/viewvc?rev=683981&view=rev
Log:
clarify timeout attribute.  PR 35877

Modified:
    ant/core/trunk/docs/manual/OptionalTasks/junit.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/junit.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/junit.html?rev=683981&r1=683980&r2=683981&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/junit.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/junit.html Fri Aug  8 07:29:56 2008
@@ -143,7 +143,10 @@
     <td valign="top">timeout</td>
     <td valign="top">Cancel the individual tests if they don't finish
       in the given time (measured in milliseconds).  Ignored if
-      <code>fork</code> is disabled.</td>
+      <code>fork</code> is disabled.  When running multiple tests
+      inside the same Java VM (see forkMode), timeout applies to the
+      time that all tests use together, not to an individual
+      test.</td>
     <td align="center" valign="top">No</td>
   </tr>
   <tr>


Reply via email to