Skip to content
New issue

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

Attempt to cancel the running test in case of a timeout #3969

Merged
merged 1 commit into from Jan 26, 2024

Conversation

durban
Copy link
Contributor

@durban durban commented Jan 22, 2024

While the "test timeout doesn't fail the test" problem have already been fixed, the timed out tests are not actually cancelled. This PR attempts to cancel them (but doesn't actually wait for the cancel to finish, in case the test is uncancelable).

I don't know how to test-test this, but tried out manually with a cancelable but infinite test case (not included).

@djspiewak djspiewak merged commit 8930ffd into typelevel:series/3.5.x Jan 26, 2024
28 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants