diff --git a/docs/manual/OptionalTasks/junit.html b/docs/manual/OptionalTasks/junit.html index 84c9d5adf..8ecf6d811 100644 --- a/docs/manual/OptionalTasks/junit.html +++ b/docs/manual/OptionalTasks/junit.html @@ -143,7 +143,10 @@ elements).

timeout Cancel the individual tests if they don't finish in the given time (measured in milliseconds). Ignored if - fork is disabled. + fork 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. No