http2: emit timeout on compat request and response#22252
http2: emit timeout on compat request and response#22252jasnell wants to merge 2 commits intonodejs:masterfrom
Conversation
2b4cdd8 to
e8f319f
Compare
|
Rerun linter: https://ci.nodejs.org/job/node-test-linter/21196/ |
|
Please don't add |
|
Landed in 32902d0 ... successful ci runs: #22252 (comment) + https://ci.nodejs.org/job/node-test-linter/21196/ |
|
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>
|
@kjin I think this shows some underlining fragility of those tests. I would prefer to increase that timeout to |
|
@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