Skip to content
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

Closed
rvagg opened this issue Nov 30, 2014 · 3 comments
Closed
Assignees
Labels
windows Issues and PRs related to the Windows platform.

Comments

@rvagg
Copy link
Member

rvagg commented Nov 30, 2014

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

@micnic
Copy link
Contributor

micnic commented Dec 2, 2014

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)

@Fishrock123
Copy link
Contributor

@rvagg does this still happen?

@Fishrock123 Fishrock123 added the windows Issues and PRs related to the Windows platform. label Jan 22, 2015
@rvagg
Copy link
Member Author

rvagg commented Jan 23, 2015

hm, I don't think so, lets close and revisit later

@rvagg rvagg closed this as completed Jan 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

No branches or pull requests

4 participants