diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-28 10:08:25 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-28 10:08:25 -0400 |
commit | 49030614294ece98e448084865ca51abb840c503 (patch) | |
tree | eb7219e5265a7e34caf7766d5df359b4ac690c12 /bin | |
parent | 794e4a5211d3fd924bb0b66cdc3391a485bdcaa7 (diff) | |
download | jenkins.debian.net-49030614294ece98e448084865ca51abb840c503.tar.xz |
debian-edu g-i test: double timeout for ltsp-server installation
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 7ca10c7f..11390d29 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1324,7 +1324,7 @@ case $NAME in ;; *_presentation) monitor_system presentation 10 ;; - debian-edu_*ltsp-server|debian-edu_*combi-server) monitor_system install wait4match 3000 100 1200 + debian-edu_*ltsp-server|debian-edu_*combi-server) monitor_system install wait4match 6000 100 ;; debian-edu_*wheezy*standalone*) monitor_system install wait4match 1200 100 ;; |