HADOOP-17756. Increase precommit job timeout from 20 hours to 24 hours. (#3090)
Reviewed-by: Akira Ajisaka <aajisaka@apache.org> Reviewed-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
35e4c31fff
commit
ae9630f580
2
dev-support/Jenkinsfile
vendored
2
dev-support/Jenkinsfile
vendored
@ -23,7 +23,7 @@ pipeline {
|
|||||||
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(numToKeepStr: '5'))
|
buildDiscarder(logRotator(numToKeepStr: '5'))
|
||||||
timeout (time: 20, unit: 'HOURS')
|
timeout (time: 24, unit: 'HOURS')
|
||||||
timestamps()
|
timestamps()
|
||||||
checkoutToSubdirectory('src')
|
checkoutToSubdirectory('src')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user