diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-28 10:36:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-28 15:04:32 +0100 |
commit | 0bbb1b6ab226afc75453f6c7692859a8c7053bf2 (patch) | |
tree | edd94a2e6ddbb0ef209852e169171342cf76dd67 | |
parent | 82c1fa6b5a6ae94eca49585bea8b87b676a5bf23 (diff) | |
download | jenkins.debian.net-0bbb1b6ab226afc75453f6c7692859a8c7053bf2.tar.xz |
g-i gnome: Fix login by typing before the 5m screensaver timeout
-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 54d80965..fa1f01ed 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1356,7 +1356,7 @@ case $NAME in case $NAME in debian-edu_*test*server) let START_TRIGGER=NR+600 ;; - *) let START_TRIGGER=NR+200 + *) let START_TRIGGER=NR+100 ;; esac monitor_system post_install $START_TRIGGER 600 1000 |