Skip to content

test: fix flaky test-http2-session-timeout

This is an alternative solution to https://github.com/nodejs/node/pull/15328. Increases server timeout, reduces frequency of calls and unbinds timeout after runs are done in order to avoid race conditions.

cc @trott @mcollina @tniessen

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Merge request reports

Loading