Browse Source

clarify timeout attribute. PR 35877

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@683981 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
5c2fb27139
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      docs/manual/OptionalTasks/junit.html

+ 4
- 1
docs/manual/OptionalTasks/junit.html View File

@@ -143,7 +143,10 @@ elements</a>).</p>
<td valign="top">timeout</td> <td valign="top">timeout</td>
<td valign="top">Cancel the individual tests if they don't finish <td valign="top">Cancel the individual tests if they don't finish
in the given time (measured in milliseconds). Ignored if 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> <td align="center" valign="top">No</td>
</tr> </tr>
<tr> <tr>


Loading…
Cancel
Save