diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-03-03 15:13:05 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-03-03 15:13:05 +0100 |
commit | a18d2ccf56c79ffe20b23387a52b46b754163761 (patch) | |
tree | f97261e2a5eaa30b994aa5a22705114ac75b36c4 | |
parent | 48dbe0fc8ed88d5f27f44139b021adc8bef480a7 (diff) | |
download | jenkins.debian.net-a18d2ccf56c79ffe20b23387a52b46b754163761.tar.xz |
g-i: increase hour limit for installations to 12h
-rwxr-xr-x | bin/g-i-installation.sh | 4 |
1 files 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 |