-
-
Notifications
You must be signed in to change notification settings - Fork 732
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 generic optional tool timeout #830
Comments
Is the timeout opt-in or opt-out (I.e., will there be a default timeout for tools that don't specify an alternative)? |
@daveaglick it's opt-in. |
@daveaglick didn't wanna change any semantics in #831, could be a bigger discussion later if we should change default behavior or not. |
👍 Cool, this is a good addition. Doesn't really make a difference one way or the other, just wanted to be sure I'm following the correct semantics since I've got some fairly long-running processes. |
@daveaglick personally it will solve many mono issues where tools in sometimes takes 2 tries to work, i.e. nuget restore which is safe to run again 😉 |
Closed via #831. |
Currently some tools can hang with no chance of recovery, the ability to optionally set a timeout for would allow to take action in script and do retry or just abort on timeout.
The text was updated successfully, but these errors were encountered: