scalameta / munit

Scala testing library with actionable errors and extensible APIs
https://scalameta.org/munit
Apache License 2.0
428 stars 88 forks source link

Handle infinite timeouts #768

Closed mzuehlke closed 4 months ago

mzuehlke commented 4 months ago

Changing the type of munitTimeout from Duration to FiniteDuration would be a breaking change, so we need to accept that durations can be infinite.

Fixes #572