-
Notifications
You must be signed in to change notification settings - Fork 18
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
?length parameter doesn't seem to set timeout #88
Comments
What runner are you using? (Thread or Process) What OS are you running on? The code doesn't show if you are using "open OUnit" or "open OUnit2" (there is a difference). Have you tried with a standard test length (OUnitTest.Immediate)? |
I'm using
macOS 11.2.1
I'm using
Yes, I've tried both Thank you so much for your help, and for making such an amazing testing library :) |
Sequential runner doesn't support timeout I have__totally__ documented this problem at the time of the release: It might be worth adding that to the real documentation on this website (the blog post was really a bad idea for the documentation). |
Hi there!
I had a question about the
?length
parameter ontest_case
. I wrote a test that should never complete, and I'm trying to get it to timeout, but it won't. I'm wondering if I'm using the?length
parameter correctly:I think that this test should timeout after 1 second, but this doesn't seem to happen? Is there any documentation that i should be looking at for this parameter, or something that I'm doing wrong? I've taken a look here, but that seems to be pretty much the only documentation that I can find.
Thank you so much!
By the way, I'm using OUnit2 v2.2.4.
Thanks!
The text was updated successfully, but these errors were encountered: