Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: deflake http-server-request-timeout test
parallel/http-server-request-timeouts-mixed test was sometimes failing due to insufficient tolerance between the connection timeout checking interval, and the expected timeout specified in the test. The checking interval was 500ms, and the request was checked for timeout exactly 500ms after the request was expected to timeout. This led to a timing condition where the next check would occur slightly after the request was expected to timeout. fixes: nodejs#43465
- Loading branch information