-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add timeout #84
Comments
Timeout to what? What hangs? Can you provide more clarification? |
If the rustc regression is a hang, it would be useful for cargo-bisect-rustc to timeout after testing for a certain amount of time and then considering that timeout as if the compiler crashed. |
For context: I was trying to bisect rust-lang/rust#72051. |
Quite a few "extreme" slowness / hang issues lately where that would help do an unattended bisect instead of using |
This is now implemented via #135 and should be in the recently published 0.6.1. Feel free to open new issues if there are any problems with the new |
To bisect hangs.
The text was updated successfully, but these errors were encountered: