Skip to content

Commit

Permalink
Add a missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc committed Jan 5, 2022
1 parent 763c47b commit 956a385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ For scenarios that require artifact capture of parameterized tests, the [Artifac

## Test Method Timeout Management

**JUnit** provides two mechanisms for limiting the duration tests:
**JUnit** provides two mechanisms for limiting the duration of tests:

* The [timeout](https://junit.org/junit4/javadoc/4.12/org/junit/Test.html#timeout()) parameter of the **`@Test`** annotation
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**.
Expand Down

0 comments on commit 956a385

Please sign in to comment.