diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-28 11:52:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-28 11:52:21 +0200 |
commit | e39984cfd391155776648c5eb8b27eb850c79094 (patch) | |
tree | dcf06f97cf04b1a6acd862af564e4ac13eabc729 /bin | |
parent | b0aa00170c81d7bcb3f5371f43e4e61135f572bc (diff) | |
download | jenkins.debian.net-e39984cfd391155776648c5eb8b27eb850c79094.tar.xz |
more sleep is better. groar.
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 abbf8735..28b57e70 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -774,7 +774,7 @@ monitor_system() { TIMEOUT=$3 fi cd $RESULTS - sleep 4 # chosen by fair dice roll + sleep 8 # chosen by fair dice roll 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 |