[Piuparts-commits] [piuparts] 04/08: p: increase single command time limit to 60 minutes
Holger Levsen
holger at layer-acht.org
Sat Jan 14 14:39:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit e77ea1e13ff781bc53dc9ca19399958857140663
Author: Andreas Beckmann <anbe at debian.org>
Date: Sat Jan 14 12:14:38 2017 +0100
p: increase single command time limit to 60 minutes
blends metapackages install/upgrade lots of packages,
especially with --install-recommends
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 1 +
piuparts.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ee1f5cd..acc2ec2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ piuparts (0.74) UNRELEASED; urgency=medium
- Ensure /etc/resolv.conf in the chroot has permissions 0644 to match a
possible recreation of that file by resolvconf. (Closes: #660350)
- Increase output limit to 8 MB. (Closes: #794331)
+ - Increase single command time limit to 60 minutes.
* piuparts.conf:
- New section [sid-strict], testing with --install-remove-install and
failing on leftover files.
diff --git a/piuparts.py b/piuparts.py
index 53c235d..61cb631 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -150,7 +150,7 @@ class Settings:
self.tmpdir = None
self.keep_tmpdir = False
self.max_command_output_size = 8 * 1024 * 1024 # 8 MB (google-android-ndk-installer on install) (daptup on dist-upgrade)
- self.max_command_runtime = 30 * 60 # 30 minutes (texlive-full on dist-upgrade)
+ self.max_command_runtime = 60 * 60 # 60 minutes (texlive-full and blends metapackages on dist-upgrade)
self.single_changes_list = False
self.single_packages = False
self.args_are_package_files = True
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list