diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-31 19:41:44 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-31 19:41:44 +0100 |
commit | 500e23880e25eaa222508fe8a3726676e61415a8 (patch) | |
tree | 4db9eba31eb2decbd235e1d3f3a4e84257ad0c8a | |
parent | bc60bcb477aa6910d3be391eaca78f7394ae0376 (diff) | |
download | jenkins.debian.net-500e23880e25eaa222508fe8a3726676e61415a8.tar.xz |
g-i-i: increase timeout for edu*wheezy*standalone* jobs
-rw-r--r-- | bin/g-i-installation.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index c56a65b6..585de089 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1171,6 +1171,8 @@ case $NAME in ;; debian-edu_*combi-server) monitor_system install wait4match 3000 ;; + debian-edu_*wheezy*standalone*) monitor_system install wait4match 1200 + ;; *) monitor_system install wait4match ;; esac |