summaryrefslogtreecommitdiffstats
path: root/job-cfg/lintian-tests.yaml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-09-14 19:30:54 +0200
committerHelmut Grohne <helmut@subdivi.de>2014-09-14 19:30:54 +0200
commit9cd8f858980ccead34e32f4cc6f47cb4b11d29cc (patch)
treedca97129f7ba2aa6c2992dc90143be8cf9918ed3 /job-cfg/lintian-tests.yaml
parent4e7699224a03c7d72150a498ce78ac5bb5a1818c (diff)
downloadjenkins.debian.net-9cd8f858980ccead34e32f4cc6f47cb4b11d29cc.tar.xz
limit other lintian jobs to 6h as well
Diffstat (limited to 'job-cfg/lintian-tests.yaml')
-rw-r--r--job-cfg/lintian-tests.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml
index 12e85291..d1119e5f 100644
--- a/job-cfg/lintian-tests.yaml
+++ b/job-cfg/lintian-tests.yaml
@@ -65,11 +65,11 @@
my_trigger: 'lintian-tests_jessie'
- '{name}_jessie':
my_distro: 'jessie'
- my_shell: 'debian/rules runtests'
+ my_shell: 'timeout 6h debian/rules runtests'
my_description: 'Debian/Lintian testsuite running on jessie.'
my_trigger: 'lintian-tests_wheezy'
- '{name}_wheezy':
my_distro: 'wheezy backports'
- my_shell: 'debian/rules runtests'
+ my_shell: 'timeout 6h debian/rules runtests'
my_description: 'Debian/Lintian testsuite running on wheezy (+backports).'