Skip to content

Commit

Permalink
HBASE-25620 Increase timeout value for pre commit (apache#3000)
Browse files Browse the repository at this point in the history
Signed-off-by: Guanghao Zhang <[email protected]>
  • Loading branch information
Apache9 committed Mar 1, 2021
1 parent f268677 commit d6161df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-support/Jenkinsfile_GitHub
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
// N.B. this is per-branch, which means per PR
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '15'))
timeout (time: 7, unit: 'HOURS')
timeout (time: 10, unit: 'HOURS')
timestamps()
skipDefaultCheckout()
}
Expand Down Expand Up @@ -223,7 +223,7 @@ pipeline {
// Has to be relative to WORKSPACE
reportDir: "${WORKDIR_REL}/${PATCH_REL}",
reportFiles: 'report.html',
reportName: 'PR JDK8 Hadoop2 Check Report'
reportName: 'PR JDK8 Hadoop3 Check Report'
]
}
// Jenkins pipeline jobs fill slaves on PRs without this :(
Expand Down

0 comments on commit d6161df

Please sign in to comment.