-
Notifications
You must be signed in to change notification settings - Fork 43
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 for tests? #236
Comments
Apparently, designing a |
Yes this would be a cool feature, but looks challenging based on the limitations you point out. I wonder if we can work around this by moving tests that have a timeout specified to a separate process which we can kill if it exceeds their timeout. That might be possible even cross platform |
That could work indeed !
|
Adding optional timeouts for tests would be nice (to detect infinite loops for example)
The text was updated successfully, but these errors were encountered: