Uh oh!
There was an error while loading. Please reload this page.
http2: emit timeout on compat request and response - #22252
Conversation
2b4cdd8 to
e8f319fComparejasnell
commented
Aug 10, 2018
jasnell
commented
Aug 11, 2018
Rerun linter: https://ci.nodejs.org/job/node-test-linter/21196/ |
Trott
commented
Aug 11, 2018
Please don't add |
jasnell
commented
Aug 15, 2018
Landed in 32902d0 ... successful ci runs: #22252 (comment) + https://ci.nodejs.org/job/node-test-linter/21196/ |
kjin
commented
Oct 3, 2018
Hi @jasnell -- working on backporting this fix. It seems like in Node 8, the |
Fixes: nodejs#20079 PR-URL: nodejs#22252 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
mcollina
commented
Oct 4, 2018
@kjin I think this shows some underlining fragility of those tests. I would prefer to increase that timeout to |
kjin
commented
Oct 4, 2018
@mcollina Thanks. I'll open a PR to add that to master, and annotate the backported version of this commit in the 8.x backport to increase the timeout as well. |
v8.x Backport Note: The timeout has been increased to 10ms. Fixes: nodejs#20079 PR-URL: nodejs#22252 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Alternative for: #20918
Fixes: #20079
ping @mcollina@apapirovski
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes