-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
test-tls-server-verify takes too long, occasionally hits test timeout limit #18
Comments
I don't know if it's related, but, I discovered that HTTP server stopping on Windows is quite slow. While I was testing one of my modules on Linux and Windows, I observed that in Linux the HTTP server is closed almost instantly (< 20 ms), in the same time the same HTTP server on Windows took about one second to close (990 - 1020 ms) |
@rvagg does this still happen? |
hm, I don't think so, lets close and revisit later |
I'm seeing this mainly on Windows, it's a very long test and even though it works it comes too close to the default timeout (60s). This is going to result in a lot of false negatives for the test suite when running CI.
Can we either explore ways to shorten the test time or split it into multiple subtests or perhaps extend the default timeout length?
Assigning to @indutny
The text was updated successfully, but these errors were encountered: