Skip to content

Commit 956a385

Browse files
authored
Add a missing word
1 parent 763c47b commit 956a385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ For scenarios that require artifact capture of parameterized tests, the [Artifac
599599

600600
## Test Method Timeout Management
601601

602-
**JUnit** provides two mechanisms for limiting the duration tests:
602+
**JUnit** provides two mechanisms for limiting the duration of tests:
603603

604604
* The [timeout](https://junit.org/junit4/javadoc/4.12/org/junit/Test.html#timeout()) parameter of the **`@Test`** annotation
605605
With the `timeout` parameter, you can set an explicit timeout interval in milliseconds on an individual test method. If a test fails to complete within the specified interval, **JUnit** terminates the test and throws **TestTimedOutException**.

0 commit comments

Comments
 (0)