We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
munitTimeout = Duration.Inf
Calling .toMillis on a non-finite Duration throws an error.
.toMillis
Duration
munit/munit/jvm/src/main/scala/munit/internal/PlatformCompat.scala
Line 42 in 166698e
So either the type should be refined to FiniteDuration, if that is what is expected, or this case should be specially handled.
FiniteDuration
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Calling
.toMillis
on a non-finiteDuration
throws an error.munit/munit/jvm/src/main/scala/munit/internal/PlatformCompat.scala
Line 42 in 166698e
So either the type should be refined to
FiniteDuration
, if that is what is expected, or this case should be specially handled.The text was updated successfully, but these errors were encountered: