-
-
Notifications
You must be signed in to change notification settings - Fork 166
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 option to tests #34
Comments
Note self: https://pypi.python.org/pypi/subprocess32/ |
Thanks for your work on this James. https://github.com/jamesoff/simplemonitor/blob/master/Monitors/network.py
|
Yup, that's the one. |
#56 may be of use here as it looks like job execution can be given a timeout. |
Should be able to handle this now that monitor evaluation is multithreaded, but I don't see a straightforward way to specify different timeouts for different monitors with it. Bumping for 1.12 while I think about it. |
See #33. Add an option to make a test fail if it's taking too long.
The text was updated successfully, but these errors were encountered: