-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
failed test: parallel/test-tls-wrap-timeout #1200
Comments
jbergstroem
added
test
Issues and PRs related to the tests.
freebsd
Issues and PRs related to the FreeBSD platform.
labels
Mar 19, 2015
/cc @indutny |
Looking. |
Gosh, guess it is just racey. I'll send a PR that will introduce bigger delays. |
indutny
added a commit
to indutny/io.js
that referenced
this issue
Mar 19, 2015
The test is timing dependent, ensure that it won't fail on the busy CI boxes. Fix: nodejs#1200
Should be fixed in #1201 |
indutny
added a commit
that referenced
this issue
Mar 19, 2015
The test is timing dependent, ensure that it won't fail on the busy CI boxes. Fix: #1200 PR-URL: #1201 Reviewed-By: Johan Bergström <[email protected]>
Assuming fixed as of 3038b8e |
Build going on here: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/337/ It's a dice roll, but yeah. Back to blue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, this test fails every now and then. First spotted it on the 32-bit FreeBSD buildbot. I've been able to reproduce it once every ten runs.
If I raise the socket timeout to
150
(currently120
) I can't reproduce.The text was updated successfully, but these errors were encountered: