sbabcoc / JUnit-Foundation

JUnit Foundation is a lightweight collection of JUnit watchers, interfaces, and static utility classes that supplement and augment the functionality provided by the JUnit API.
Apache License 2.0
22 stars 6 forks source link

Add ability to disable timeouts globally and locally #59

Closed sbabcoc closed 4 years ago

sbabcoc commented 4 years ago

To indicate that timeouts should be disabled (both Timeout rule and annotation element), set TIMEOUT_RULE to 0 or declare a Timeout rule in the class specifying 0 as the timeout.