diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-12-18 23:27:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 15:49:15 +0100 |
commit | e582267e16148eccbf842c4c88ea1a41f74f1340 (patch) | |
tree | c8b27ecadb2c1cb921a011956016e3a5359ff0a1 /bin | |
parent | d15a348abc7ba11bb8909bfc947354e5d0ce2b44 (diff) | |
download | jenkins.debian.net-e582267e16148eccbf842c4c88ea1a41f74f1340.tar.xz |
g-i: Reduce installed boot delay to 160s
Diffstat (limited to 'bin')
-rw-r--r-- | 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 e757e215..92d27618 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1353,7 +1353,7 @@ case $NAME in case $NAME in debian-edu_*test*server) let START_TRIGGER=NR+600 ;; - *) let START_TRIGGER=NR+100 + *) let START_TRIGGER=NR+80 ;; esac monitor_system post_install $START_TRIGGER 600 1000 |