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

[6.3.0] Use local_termination_grace_seconds when testing LinuxSandbox availab… #18568

Merged
merged 2 commits into from
Jun 6, 2023

Commits on Jun 2, 2023

  1. Use local_termination_grace_seconds when testing LinuxSandbox availab…

    …ility
    
    A 1s timeout was introduced in checking whether LinuxSandbox is available, to prevent a complete hangup on broken systems. However, it turned out that it occasionally results in misjudging that linux-sandbox being not available.
    `local_termination_grace_seconds` defaults to 15s, which hopefully gives more headroom and configurability in various setups.
    
    Fixes bazelbuild#18071
    
    Closes bazelbuild#18151.
    
    PiperOrigin-RevId: 536953768
    Change-Id: I5d344ee5bf06cb9b13a2cba9d077f0981f4430a3
    tsawada authored and iancha1992 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0a66e67 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    dfbb73d View commit details
    Browse the repository at this point in the history