diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-11 17:06:35 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-11 17:06:35 +0100 |
commit | 63ba24658cc45c11eabf53d4fede9f7eb8bb8ae1 (patch) | |
tree | 8e97827623cb4ec03581ef01ef325a3b91acdb4c /bin | |
parent | 3b906b8e56a82aa9d5477f166b9ee6ca6adcb9a1 (diff) | |
download | jenkins.debian.net-63ba24658cc45c11eabf53d4fede9f7eb8bb8ae1.tar.xz |
g-i: give hurd more time
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 211f315f..1dcd5c0c 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1180,7 +1180,7 @@ case $NAME in ;; debian-edu_*combi-server) monitor_system install wait4match 3000 ;; - debian-edu_*wheezy*standalone*) monitor_system install wait4match 1200 + *_hurd*|debian-edu_*wheezy*standalone*) monitor_system install wait4match 1200 ;; *) monitor_system install wait4match ;; |