Skip to content

Commit

Permalink
Add description for pull request junit-team#876
Browse files Browse the repository at this point in the history
We missed to add it before we released JUnit 4.12. I think it may be
still helpful when someone reads the old release notes.
  • Loading branch information
stefanbirkner committed Oct 3, 2018
1 parent e794f9a commit 9c88cb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/ReleaseNotes4.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ Each test is run in a new _daemon_ thread. If the specified timeout elapses befo

### [Pull request #876:](https://github.com/junit-team/junit4/pull/876) The timeout rule never times out if you pass in a timeout of zero.

A specified timeout of 0 will be interpreted as not set, however tests still launch from separate threads. This can be useful for disabling timeouts in environments where they are dynamically set based on some property.


# Parameterized Tests

Expand Down

0 comments on commit 9c88cb8

Please sign in to comment.