HADOOP-17090. Increase precommit job timeout from 5 hours to 20 hours. (#2111). Contributed by Akira Ajisaka.

Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
Akira Ajisaka 2020-07-01 16:52:25 +09:00 committed by GitHub
parent 3b8d0f803f
commit 4e37ad59b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
options { options {
buildDiscarder(logRotator(numToKeepStr: '5')) buildDiscarder(logRotator(numToKeepStr: '5'))
timeout (time: 5, unit: 'HOURS') timeout (time: 20, unit: 'HOURS')
timestamps() timestamps()
checkoutToSubdirectory('src') checkoutToSubdirectory('src')
} }