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:
Takanobu Asanuma 2021-06-14 10:17:39 +09:00
parent d92af85045
commit 8e6b09c0c2
1 changed files with 1 additions and 1 deletions

View File

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