-
-
Notifications
You must be signed in to change notification settings - Fork 818
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix vcs package upgrade task termination
This commit fixes an issue, which caused an upgrade task not being terminated in case an invoked git/hg subprocess got stuck. An error message was displayed, but corresponding `proc.communicate()` never exited. To fix it, `proc.communicate(..., timeout=60)` is used to gracefully return in case of stuck sub processes.
- Loading branch information
Showing
1 changed file
with
28 additions
and
37 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