summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-05-02 12:44:22 +0200
committerHolger Levsen <holger@layer-acht.org>2013-05-02 12:44:22 +0200
commit23f2fb83fc46ccf46ee9d686628ba7c4b7d85339 (patch)
treec0c59a2b009517d957c20ca22fa2e59239cdeab8 /bin/g-i-installation.sh
parent45859f3e1444491ce368265506e6c4292ef01f99 (diff)
downloadjenkins.debian.net-23f2fb83fc46ccf46ee9d686628ba7c4b7d85339.tar.xz
raise limit to 16h
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index a0e161d1..414c596d 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -728,7 +728,7 @@ monitor_system() {
TRIGGER_NR=0
cd $RESULTS
sleep 4
- hourlimit=12 # hours
+ hourlimit=16 # hours
echo "Taking screenshots every 2 seconds now, until qemu ends for whatever reasons or $hourlimit hours have passed or if the test seems to hang."
echo
timelimit=$(( $hourlimit * 60 * 60 / 2 ))