mirror of https://github.com/apache/activemq.git
[NO-JIRA] Update Jenkins timeout to allow tests to complete (#849)
This commit is contained in:
parent
3aacc4744b
commit
77738cab5f
|
@ -35,7 +35,7 @@ pipeline {
|
|||
|
||||
options {
|
||||
// Configure an overall timeout for the build of ten hours.
|
||||
timeout(time: 10, unit: 'HOURS')
|
||||
timeout(time: 20, unit: 'HOURS')
|
||||
// When we have test-fails e.g. we don't need to run the remaining steps
|
||||
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))
|
||||
disableConcurrentBuilds()
|
||||
|
|
Loading…
Reference in New Issue