summaryrefslogtreecommitdiffstats
path: root/job-cfg/lintian-tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/lintian-tests.yaml')
-rw-r--r--job-cfg/lintian-tests.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml
index 64067927..d1119e5f 100644
--- a/job-cfg/lintian-tests.yaml
+++ b/job-cfg/lintian-tests.yaml
@@ -60,16 +60,16 @@
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':
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).'