diff options
author | Steven Chamberlain <steven@pyro.eu.org> | 2015-05-02 20:52:27 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-03 12:24:59 +0200 |
commit | 304c0c3626b7adf756c31b72973aa15c097a615b (patch) | |
tree | 3af7a071d63985201989a2fc8da9a319ad82fd67 /bin/g-i-installation.sh | |
parent | 70fb72c8253b3fa9343ddb576d52e9976f817578 (diff) | |
download | jenkins.debian.net-304c0c3626b7adf756c31b72973aa15c097a615b.tar.xz |
g-i: delay longer before kfreebsd post-inst tests
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-x | 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 47a2b0ff..ea809656 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1354,6 +1354,8 @@ case $NAME in case $NAME in debian-edu_*test*server) let START_TRIGGER=NR+600 ;; + *_kfreebsd*) let START_TRIGGER=NR+200 + ;; *) let START_TRIGGER=NR+80 ;; esac |