diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-05-02 12:44:22 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-05-02 12:44:22 +0200 |
commit | 23f2fb83fc46ccf46ee9d686628ba7c4b7d85339 (patch) | |
tree | c0c59a2b009517d957c20ca22fa2e59239cdeab8 /bin | |
parent | 45859f3e1444491ce368265506e6c4292ef01f99 (diff) | |
download | jenkins.debian.net-23f2fb83fc46ccf46ee9d686628ba7c4b7d85339.tar.xz |
raise limit to 16h
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
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 )) |