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

channel: Increase grace period for subprocesses to stop #120

Merged
merged 1 commit into from
Jul 14, 2024

Commits on Jul 14, 2024

  1. channel: Increase grace period for subprocesses to stop

    There were complaints that tbot would raise the "some subprocess(es) did
    not stop" error too quickly.  The previous 1.27s timeout was too short
    for some programs to exit on their own.
    
    To make tbot more graceful, increase the maximum termination time to 10.2
    seconds.  However, a warning will be emitted at 1.27s to let the user
    know why tbot is waiting.
    
    Signed-off-by: Rahix <[email protected]>
    Rahix committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    1e14da5 View commit details
    Browse the repository at this point in the history