Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: deflake http-server-request-timeout test #44169

Commits on Aug 8, 2022

  1. 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.
    
    This change makes the checking interval more frequent, and decouples
    the timeout for the check from the checking interval.
    
    fixes: nodejs#43465
    nicksia-vgw committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    3c68bf1 View commit details
    Browse the repository at this point in the history