From a18d2ccf56c79ffe20b23387a52b46b754163761 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 3 Mar 2013 15:13:05 +0100 Subject: g-i: increase hour limit for installations to 12h --- bin/g-i-installation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index df88c920..28d71748 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -671,7 +671,7 @@ monitor_system() { TRIGGER_NR=0 cd $RESULTS sleep 4 - hourlimit=8 # hours + hourlimit=12 # 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 )) @@ -762,7 +762,7 @@ monitor_system() { sleep 2 done if [ $NR -eq $MAX_RUNS ] ; then - echo "Warning: running for 6h, forcing termination." + echo "Warning: running for ${hourlimit}h, forcing termination." fi if [ -f "$RESULTS/qemu_quit" ] ; then rm $RESULTS/qemu_quit -- cgit v1.2.3-70-g09d2