[NO-JIRA] Update Jenkins timeout to allow tests to complete (#849)

This commit is contained in:
Matt Pavlovich 2022-06-24 10:06:42 -05:00 committed by GitHub
parent 3aacc4744b
commit 77738cab5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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()