| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Remove timer to avoid the test to timeout occasionally.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/1909/ |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
This one went under the radar. I'll be merging it in 24hs if no one objects. |
Sorry, something went wrong.
Remove timer to avoid the test timing out occasionally. PR-URL: #5676 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Remove timer to avoid the test timing out occasionally. PR-URL: #5676 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
|
+1
|
Sorry, something went wrong.
Remove timer to avoid the test timing out occasionally. PR-URL: #5676 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Remove timer to avoid the test timing out occasionally. PR-URL: #5676 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Remove timer to avoid the test timing out occasionally. PR-URL: #5676 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
| Back | FazBrowse Home | New Git URL |
Pull Request check-list
Please make sure to review and check all of these items:
this change (including linting)?
test (or a benchmark) included?
existing APIs, or introduces new ones)?
Affected core subsystem(s)
test
Description of change
Remove timer to avoid the test to timeout occasionally.
I have been getting this error on OS X:
=== release test-http-end-throw-socket-handling === Path: parallel/test-http-end-throw-socket-handling /Users/sgimeno/node/node/test/parallel/test-http-end-throw-socket-handling.js:35 throw new Error('Taking too long!'); ^ Error: Taking too long! at ._onTimeout (/Users/sgimeno/node/node/test/parallel/test-http-end-throw-socket-handling.js:35:9) at Timer.unrefdHandle (timers.js:454:14) Command: out/Release/node /Users/sgimeno/node/node/test/parallel/test-http-end-throw-socket-handling.js