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>
(cherry picked from commit ae9630f580
)
This commit is contained in:
parent
a07293f819
commit
f22ff63a15
|
@ -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