[Piuparts-commits] [piuparts] 05/08: p-s: increase test timeout to 90 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 be2fa16004d41fe4d6a600ffa503d5ed56e4d222
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Jan 14 12:20:19 2017 +0100

    p-s: increase test timeout to 90 minutes
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog  | 2 ++
 piuparts-slave.py | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index acc2ec2..50b691a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ piuparts (0.74) UNRELEASED; urgency=medium
       both [sid] and [stretch], since these are now used britney to block
       testing migration in case of regressions.
   * piuparts.conf.anbe: Add some more example sections.
+  * piuparts-slave.py:
+    - Increase test timeout to 90 minutes.
   * piuparts-analyze.py:
     - Also consider bugs filed against source packages.
   * piuparts-reports.py:
diff --git a/piuparts-slave.py b/piuparts-slave.py
index 9b14752..6c3b752 100644
--- a/piuparts-slave.py
+++ b/piuparts-slave.py
@@ -46,7 +46,7 @@ apt_pkg.init_system()
 
 CONFIG_FILE = "/etc/piuparts/piuparts.conf"
 DISTRO_CONFIG_FILE = "/etc/piuparts/distros.conf"
-MAX_WAIT_TEST_RUN = 45 * 60
+MAX_WAIT_TEST_RUN = 90 * 60
 
 interrupted = False
 old_sigint_handler = None

-- 
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