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

defaults: Lower connectivity timeouts #1399

Merged
merged 1 commit into from Feb 21, 2023
Merged

Commits on Feb 16, 2023

  1. defaults: Lower connectivity timeouts

    The timeouts are extensively used in connectivity tests which checks
    whether a policy has denied a connection. Obviously, this leads to
    waiting 20s.
    
    Before (with the upcoming IPv6 connectivity tests):
    
        ./cilium connectivity test  6.99s user 1.42s system 1% cpu 11:48.72
        total
    
    After:
    
        ./cilium connectivity test  7.06s user 1.40s system 2% cpu 6:14.97
        total
    
    Signed-off-by: Martynas Pumputis <m@lambda.lt>
    brb committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a30ac80 View commit details
    Browse the repository at this point in the history