summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-09-14 19:15:14 +0200
committerHelmut Grohne <helmut@subdivi.de>2014-09-14 19:15:14 +0200
commit4e7699224a03c7d72150a498ce78ac5bb5a1818c (patch)
tree4c212161a70364a2e9044840b2c4ed7ba2e2ceaa
parentf6f5f127bfae8b2a0481cb2d301b60941207be65 (diff)
downloadjenkins.debian.net-4e7699224a03c7d72150a498ce78ac5bb5a1818c.tar.xz
limit lintian job runs to 6h
-rw-r--r--job-cfg/lintian-tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml
index 64067927..12e85291 100644
--- a/job-cfg/lintian-tests.yaml
+++ b/job-cfg/lintian-tests.yaml
@@ -60,7 +60,7 @@
jobs:
- '{name}_sid':
my_distro: 'sid'
- my_shell: 'debian/rules runtests'
+ my_shell: 'timeout 6h debian/rules runtests'
my_description: 'Debian/Lintian testsuite running on sid.'
my_trigger: 'lintian-tests_jessie'
- '{name}_jessie':