Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Handle infinite timeouts #768

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Conversation

mzuehlke
Copy link
Contributor

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

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

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tgodzik tgodzik merged commit cd435cb into scalameta:main Apr 19, 2024
9 checks passed
@mzuehlke mzuehlke deleted the infinite-timeouts branch April 19, 2024 16:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setting munitTimeout = Duration.Inf fails
2 participants