From 9c88cb8db0faabd9071ab13920174a3340ce27dd Mon Sep 17 00:00:00 2001 From: Stefan Birkner Date: Tue, 2 Oct 2018 22:07:45 +0200 Subject: [PATCH] Add description for pull request #876 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. --- doc/ReleaseNotes4.12.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ReleaseNotes4.12.md b/doc/ReleaseNotes4.12.md index 602d6bfa06e8..52bc61327301 100644 --- a/doc/ReleaseNotes4.12.md +++ b/doc/ReleaseNotes4.12.md @@ -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