-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
1 changed file
with
36 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters