Skip to content

Commit 34bd1bd

Browse files
authored
HBASE-25620 Increase timeout value for pre commit (#3000)
Signed-off-by: Guanghao Zhang <zghao@apache.org>
1 parent 30cb419 commit 34bd1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-support/Jenkinsfile_GitHub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline {
2525
// N.B. this is per-branch, which means per PR
2626
disableConcurrentBuilds()
2727
buildDiscarder(logRotator(numToKeepStr: '15'))
28-
timeout (time: 7, unit: 'HOURS')
28+
timeout (time: 10, unit: 'HOURS')
2929
timestamps()
3030
skipDefaultCheckout()
3131
}
@@ -223,7 +223,7 @@ pipeline {
223223
// Has to be relative to WORKSPACE
224224
reportDir: "${WORKDIR_REL}/${PATCH_REL}",
225225
reportFiles: 'report.html',
226-
reportName: 'PR JDK8 Hadoop2 Check Report'
226+
reportName: 'PR JDK8 Hadoop3 Check Report'
227227
]
228228
}
229229
// Jenkins pipeline jobs fill slaves on PRs without this :(

0 commit comments

Comments
 (0)