diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lintian-tests.yaml | 4 |
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).' |