Skip to content

test: move timing-sensitive test to sequential

Rodrigo Muino Tomonari requested to merge github/fork/Trott/2 into master

test-https-server-keep-alive-timeout relies on server timeouts and whatnot that will be inherently unreliable on a busy host. The test fails when run with a high -j value and higher --repeat value passed to tools/test.py. Move the test to sequential.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test https

Merge request reports

Loading